Skip to content

Commit

Permalink
fix: should not be prefixed with colors.
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarkhanzadian committed Dec 14, 2023
1 parent afe2742 commit 8de66df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/pages/fund/components/fund-account-tile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export function FundAccountTile(props: FundAccountTileProps) {
height="40px"
justifyContent="center"
width="40px"
backgroundColor="colors.lightModeBrown.1"
backgroundColor="lightModeBrown.1"
>
<img src={icon} width="24px" />
</Box>
Expand Down

0 comments on commit 8de66df

Please sign in to comment.