Skip to content

Commit

Permalink
Improve warning text contrast on Shields dark mode
Browse files Browse the repository at this point in the history
Fix brave/brave-browser#7628

When opening Shields advanced panel in dark mode for the
first time, users see a warning text with low contrast
making reading difficult.
  • Loading branch information
cezaraugusto authored and bsclifton committed Jan 9, 2020
1 parent 0184088 commit 9a75636
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -476,6 +476,7 @@ export const Overlay = styled<{}, 'div'>('div')`
export const WarningText = styled<{}, 'p'>('p')`
margin: 0 0 24px;
line-height: 18px;
color: ${p => p.theme.color.text};
`

export const WarningModal = styled<{}, 'div'>('div')`
Expand Down

0 comments on commit 9a75636

Please sign in to comment.