1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 01:47:00 +01:00

typography overwrite change

This commit is contained in:
Matthias Kretschmann 2023-03-17 12:45:41 +00:00
parent c637f5813a
commit 34cf4de1b1
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 8 additions and 1 deletions

View File

@ -3,6 +3,13 @@
color: var(--color-text-default) !important; 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 { .MuiFormHelperText-root.Mui-error {
@include H7; @include H7;

View File

@ -120,5 +120,5 @@ input.form-control {
/** Default Typography on base elements **/ /** Default Typography on base elements **/
* { * {
font-family: $font-family !important; font-family: $font-family;
} }