Skip to content

Commit

Permalink
(acl) in "view as" banner, fix eye icon color in dark theme
Browse files Browse the repository at this point in the history
eye icon was light grey on yellow in dark theme, making it basically
invisible, forcing dark color all the time
  • Loading branch information
manuhabitela committed Feb 7, 2025
1 parent eb77607 commit 0748453
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/client/components/Banner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ const cssBanner = styled('div', `
&-info {
color: black;
--icon-color: ${colors.dark};
background: #FFFACD;
}
Expand Down

0 comments on commit 0748453

Please sign in to comment.