Skip to content

Commit

Permalink
fix banner background
Browse files Browse the repository at this point in the history
  • Loading branch information
SorinC6 committed Sep 27, 2024
1 parent ef1cceb commit 2d71f4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/yoroi-extension/app/styles/globalStyles.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export function getMainYoroiPalette(theme: ColorPaletteForStyles): { [string]: s
'--yoroi-palette-tx-status-low-background': theme.palette.ds.sys_magenta_100,
'--yoroi-palette-tx-status-low-text': theme.palette.ds.text_gray_low,

'--yoroi-palette-background-banner-warning': theme.palette.ds.sys_magenta_600,
'--yoroi-palette-background-banner-warning': theme.palette.ds.sys_orange_500,
'--yoroi-palette-background-walletAdd-title': theme.palette.ds.text_gray_medium,
'--yoroi-palette-background-walletAdd-subtitle': theme.palette.ds.text_gray_low,

Expand Down

0 comments on commit 2d71f4b

Please sign in to comment.