Skip to content

Commit

Permalink
Fix color of "My DAOs" button in header
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgall committed Dec 16, 2024
1 parent 921c1df commit be9678e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ui/menus/SafesMenu/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export function SafesMenu() {
gap={2}
px={0}
>
<Text>{t('mySafes')}</Text>
<Text color="white-0">{t('mySafes')}</Text>
<Icon
as={CaretDown}
boxSize="1.5rem"
Expand Down

0 comments on commit be9678e

Please sign in to comment.