Skip to content

Commit

Permalink
Fix chain badge style
Browse files Browse the repository at this point in the history
  • Loading branch information
yuli-ferna committed Sep 13, 2024
1 parent 84e67d5 commit a7aca12
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/connect/src/theme/globalStyles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,7 @@ export const globalStyles: ComponentProps<
'[class$="assetPickerContainer"] .MuiPaper-root': {},
'[class$="assetPickerContainer"] .MuiCardContent-root': {},
'[class$="amountCardContent"]': {},
'[class$="chainBadge"]': {
backgroundColor: "rgb(15, 9, 44) !important",
},
});

0 comments on commit a7aca12

Please sign in to comment.