Skip to content

Commit 3c8a216

Browse files
authored
fix: improve the readablity of text in Boolean reference page (#1569)
1 parent 87f172f commit 3c8a216

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/StyledMarkdown.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ const StyledMarkdownBlock = ({ markdown }: { markdown: string }) => {
417417
{label}
418418
</div>
419419
)}
420-
<div className='flex flex-row items-center mb-6 bg-amber-50 px-6 py-4 border border-amber-100 rounded text-slate-600 leading-7'>
420+
<div className='flex flex-row items-center mb-6 bg-amber-100 px-6 py-4 border border-amber-100 rounded text-slate-500 leading-7'>
421421
<Image
422422
src='/icons/info-yellow.svg'
423423
className='h-7 w-7 mr-3'

0 commit comments

Comments
 (0)