omnibox: background darkens in dark mode

Fixes #3280.
This commit is contained in:
Matilde Park 2020-08-11 12:20:12 -04:00
parent 2a74699f61
commit a16439188a

View File

@ -217,7 +217,7 @@ export class Omnibox extends Component {
return (
<Box
backgroundColor='lightGray'
backgroundColor='scales.black30'
width='100vw'
height='100vh'
position='absolute'