Skip to content

Commit 5c49716

Browse files
authored
docs: Change blockquote drault style (#567)
Change blockquote default style because if it was inside of a warning box it was very hard to read the text in dark mode.
1 parent 90d80e8 commit 5c49716

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/components/Prose.jsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ export function Prose({ as: Component = 'div', className, ...props }) {
1919
// pre
2020
'prose-pre:rounded-xl prose-pre:bg-storj-black prose-pre:shadow-lg dark:prose-pre:bg-slate-800/60 dark:prose-pre:shadow-none dark:prose-pre:ring-1 dark:prose-pre:ring-slate-300/10',
2121
// hr
22-
'dark:prose-hr:border-slate-800'
22+
'dark:prose-hr:border-slate-800',
23+
// blockquote
24+
'dark:prose-blockquote:text-slate-300'
2325
)}
2426
{...props}
2527
/>

0 commit comments

Comments
 (0)