Skip to content

Commit

Permalink
Update token uri fallback styling
Browse files Browse the repository at this point in the history
  • Loading branch information
ted-palmer committed Oct 30, 2024
1 parent f76b766 commit 3f1ec52
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ export const SwapWidgetTokenTrigger: FC<SwapWidgetTokenTriggerProps> = ({
width: 20,
height: 20,
borderRadius: '50%',
backgroundColor: 'gray2',
color: 'gray9',
backgroundColor: 'primary4',
color: 'primary8',
display: 'flex',
alignItems: 'center',
justifyContent: 'center'
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/src/components/primitives/ChainTokenIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ export const ChainTokenIcon: FC<ChainTokenProps> = ({
width: 32,
height: 32,
borderRadius: '50%',
backgroundColor: 'gray2',
color: 'gray9',
backgroundColor: 'primary4',
color: 'primary8',
display: 'flex',
alignItems: 'center',
justifyContent: 'center'
Expand Down

0 comments on commit 3f1ec52

Please sign in to comment.