1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00

TextField: set bg color to default (#14106)

This commit is contained in:
Ariella Vu 2022-03-21 23:24:03 -03:00 committed by GitHub
parent 0be6c65eb3
commit 9d6e22e176
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,6 +64,7 @@ const styles = {
'label + &': {
marginTop: '9px',
},
backgroundColor: 'var(--color-background-default)',
border: '1px solid var(--color-border-default)',
color: 'var(--color-text-default)',
height: '48px',