Skip to content

Commit 08c6439

Browse files
committed
Update app.css
1 parent cce1835 commit 08c6439

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

src/Server.UI/wwwroot/css/app.css

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,17 @@
33
min-height: 100vh;
44
display: flex;
55
}
6-
7-
.mud-chip {
8-
font-size: var(--mud-typography-default-size);
6+
7+
.mud-chip.mud-chip-size-medium {
8+
font-size: var(--mud-typography-default-size) !important;
99
}
10+
1011
.mud-chip.mud-chip-size-small {
11-
font-size: var(--mud-typography-body1-size);
12+
font-size: var(--mud-typography-body2-size) !important;
13+
}
14+
15+
.mud-chip {
16+
font-size: var(--mud-typography-default-size);
1217
}
1318
.mud-tabs {
1419
background-color: var(--mud-palette-surface);

0 commit comments

Comments
 (0)