Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
Merge pull request #463 from brave/dropdown-colors
Browse files Browse the repository at this point in the history
Fix dropdown colors for Shields in Windows
  • Loading branch information
cezaraugusto committed May 7, 2019
1 parent 770f19c commit 5b5da47
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/features/shields/select/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ export const SelectBox = styled<SelectBoxProps, 'select'>('select')`
cursor: pointer;
> option {
color: ${palette.white};
/* see https://github.com/brave/brave-browser/issues/4213 for info */
color: ${palette.black};
}
${(p: SelectBoxProps) => p.disabled
Expand Down

0 comments on commit 5b5da47

Please sign in to comment.