leap: pass background color to input

This commit is contained in:
Matilde Park 2020-10-04 19:52:47 -04:00
parent 8a53574453
commit c10562a98c

View File

@ -17,6 +17,8 @@ export class OmniboxInput extends Component {
}
width='100%'
p='2'
backgroundColor='white'
color='black'
border='1px solid transparent'
borderRadius='2'
maxWidth='calc(600px - 1.15rem)'