Skip to content

Commit

Permalink
fix for address color
Browse files Browse the repository at this point in the history
  • Loading branch information
igorgoldobin committed Aug 26, 2024
1 parent 0f1435c commit 1344224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AppBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ const _AppBar = ({ location }: RouteComponentProps) => {
}
/>
)}
<Text size="small" color="blueDark">
<Text size="small" color="white">
{trimString(account as string, 10)}
</Text>
</DotDropdownBox>
Expand Down

0 comments on commit 1344224

Please sign in to comment.