Skip to content

Commit

Permalink
feat: currentColor for input fields 💄
Browse files Browse the repository at this point in the history
  • Loading branch information
jensmeichler committed Jun 4, 2022
1 parent 315656c commit ab14572
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,10 @@ a[href] {
color: currentColor;
}

.mat-form-field-label {
color: currentColor;
}

.mat-snack-bar-container {
background: var(--color-secondary);
border: 4px solid #00000028;
Expand Down

0 comments on commit ab14572

Please sign in to comment.