Skip to content

Commit 67bf6dc

Browse files
committed
fix: markdown code style
1 parent dc4804a commit 67bf6dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/screens/home/markdown/items/MarkdownCode.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ export const MarkdownCode: React.FC<MarkdownCodeProps> = ({
5353
<Text className="text-base">{lang.toUpperCase()}</Text>
5454
</XStack>
5555
<XStack className="gap-2">
56-
{isHtml && <IconButton icon={<Eye size={16} color="$gray60" />} onPress={handlePreview} />}
57-
<IconButton icon={<Copy size={16} color="$gray60" />} onPress={() => onCopy(text)} />
56+
{isHtml && <IconButton icon={<Eye size={16} />} onPress={handlePreview} />}
57+
<IconButton icon={<Copy size={16} />} onPress={() => onCopy(text)} />
5858
</XStack>
5959
</XStack>
6060
<CodeHighlighter

0 commit comments

Comments
 (0)