[ACS-7582] File upload dialog, fix button weight label globally (#3814)

This commit is contained in:
tomson
2024-04-24 09:12:17 +02:00
committed by GitHub
parent a8addfb405
commit fc2d68b28f

View File

@@ -30,7 +30,8 @@ mat-icon {
.mdc-button { .mdc-button {
&.mat-primary { &.mat-primary {
.mdc-button__label { .mdc-button__label {
font-weight: 700; -webkit-font-smoothing: initial;
font-weight: 500;
} }
} }
} }