Skip to content

Commit

Permalink
update textfield border radius
Browse files Browse the repository at this point in the history
  • Loading branch information
lyubov-voloshko committed Oct 25, 2023
1 parent 0b80bcd commit 2b6d9fd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions frontend/src/custom-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,13 @@ $custom-palette-primary: mat.define-palette($md-app-primary-color);
$custom-palette-accent: mat.define-palette($md-app-accented-color);
$custom-palette-warn: mat.define-palette($md-app-warn-color);

html {
--mdc-shape-small: 0px;
--mdc-filled-button-container-shape: 4px;
--mdc-outlined-button-container-shape: 4px;
--mdc-text-button-container-shape: 4px;
}

body .mat-mdc-flat-button.mat-primary, body .mat-mdc-unelevated-button.mat-primary {
--mat-mdc-button-persistent-ripple-color: var(--color-primaryPalette-500-contrast) !important;
--mdc-protected-button-label-text-color: var(--color-primaryPalette-500-contrast) !important;
Expand Down

0 comments on commit 2b6d9fd

Please sign in to comment.