Skip to content

Commit 4d90a52

Browse files
committed
fix: drep banner close button styling
1 parent a300dcf commit 4d90a52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/yoroi-extension/app/UI/components/DrepPromotionBanner/DrepPromotionBanner.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ export const DrepPromotionBanner = observer(({ stores, intl }) => {
101101
<IconWrapper
102102
onClick={dismissBanner}
103103
icon={Icons.CloseCircleIcon}
104-
iconProps={{fill: theme.palette.ds.el_gray_medium}}
104+
iconProps={{fill: theme.palette.ds.el_gray_max}}
105105
color="ds.el_gray_max"
106106
borderColor="ds.el_gray_max"
107107
asButton

0 commit comments

Comments
 (0)