Skip to content

Commit 59a67ef

Browse files
committed
style(frontend): Bring back white chip buttons after angular material 20 changed their color
1 parent da78389 commit 59a67ef

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
11
.chip-team-name {
22
max-width: 80px;
33
}
4+
5+
.mat-mdc-standard-chip {
6+
background-color: rgb(255, 255, 255) !important;
7+
}
8+
.mat-mdc-chip-highlighted {
9+
background-color: rgb(30, 90, 150) !important;
10+
}

0 commit comments

Comments
 (0)