Skip to content

Commit

Permalink
Fix arrow color
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgall committed Dec 17, 2024
1 parent fa6c333 commit a084dbc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/ui/menus/SafesMenu/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,9 @@ export function SafesMenu() {
alignItems="center"
gap={2}
px={0}
color="white-0"
>
<Text color="white-0">{t('mySafes')}</Text>
<Text>{t('mySafes')}</Text>
<Icon
as={CaretDown}
boxSize="1.5rem"
Expand Down

0 comments on commit a084dbc

Please sign in to comment.