Skip to content

Commit

Permalink
[ACS-7582] File upload dialog, fix button weight label globally (#3814)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomson7777 authored and MichalKinas committed Jul 19, 2024
1 parent f3b751a commit 783c305
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions projects/aca-content/src/lib/ui/theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ mat-icon {
.mdc-button {
&.mat-primary {
.mdc-button__label {
font-weight: 700;
-webkit-font-smoothing: initial;
font-weight: 500;
}
}
}
Expand Down Expand Up @@ -248,7 +249,7 @@ mat-snack-bar-container {
padding: 0 5px 0 0;
}

.mdc-form-field>label:is(label) {
.mdc-form-field > label:is(label) {
padding-left: 3px;
}

Expand Down

0 comments on commit 783c305

Please sign in to comment.