Skip to content

Commit

Permalink
apply style to all markdowns
Browse files Browse the repository at this point in the history
  • Loading branch information
dragnoir committed May 16, 2024
1 parent 0b82b11 commit 55bf6a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/hooks/useMarkdownStyle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function useMarkdownStyle(message: string | null = null, excludeStyles: Array<ke
fontSize: emojiFontSize,
},
blockquote: {
borderColor: theme.border,
borderLeftColor: theme.borderDarker,
borderWidth: 4,
marginLeft: 0,
paddingLeft: 6,
Expand Down
2 changes: 1 addition & 1 deletion src/styles/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3228,7 +3228,7 @@ const styles = (theme: ThemeColors) =>
},

blockquote: {
borderLeftColor: theme.border,
borderLeftColor: theme.borderDarker,
borderLeftWidth: 4,
paddingLeft: 12,
marginVertical: 4,
Expand Down

0 comments on commit 55bf6a5

Please sign in to comment.