Browse Source

Fix accent button color

pull/1836/head
Thomas 2 years ago
parent
commit
4dd6c6339f
  1. 2
      apps/client/src/styles.scss

2
apps/client/src/styles.scss

@ -273,6 +273,7 @@ body {
}
.mdc-button {
&.mat-accent,
&.mat-primary {
--mdc-filled-button-label-text-color: rgba(var(--dark-primary-text));
}
@ -463,6 +464,7 @@ ngx-skeleton-loader {
}
.mdc-button {
&.mat-accent,
&.mat-primary {
--mdc-filled-button-label-text-color: rgba(var(--light-primary-text));
}

Loading…
Cancel
Save