mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-21 17:37:01 +01:00
typography overwrite change
This commit is contained in:
parent
c637f5813a
commit
34cf4de1b1
@ -3,6 +3,13 @@
|
||||
color: var(--color-text-default) !important;
|
||||
}
|
||||
|
||||
.MuiInputBase-root,
|
||||
div.MuiInputBase-root,
|
||||
.MuiFormLabel-root,
|
||||
label.MuiFormLabel-root {
|
||||
font-family: $font-family !important;
|
||||
}
|
||||
|
||||
.MuiFormHelperText-root.Mui-error {
|
||||
@include H7;
|
||||
|
||||
|
@ -120,5 +120,5 @@ input.form-control {
|
||||
|
||||
/** Default Typography on base elements **/
|
||||
* {
|
||||
font-family: $font-family !important;
|
||||
font-family: $font-family;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user