Skip to content

Commit 0dc8268

Browse files
nloureirowackerow
authored andcommitted
changed the main color for the language
1 parent d0c4fae commit 0dc8268

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/LanguagePicker/MenuItem.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ const MenuItem = forwardRef(({ displayInfo, ...props }: ItemProps, ref) => {
8585
<Flex alignItems="center" gap={2}>
8686
<Text
8787
fontSize="lg"
88-
color={isCurrent ? "primary.highContrast" : "primary.base"}
88+
color={isCurrent ? "primary.highContrast" : "body.base"}
8989
>
9090
{targetName}
9191
</Text>

0 commit comments

Comments
 (0)