Skip to content

Commit 532b12f

Browse files
committed
Aestetics 🤌
1 parent 5198716 commit 532b12f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

‎src/ui/Chip/styles.scss

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
.chip {
22
display: inline-block;
3-
padding: 0.3rem 0.5rem;
3+
padding: 0.3rem 0.6rem;
44
border-radius: 1rem;
55

66
&.error {
77
background-color: red;
8+
color: white;
9+
fill: white;
810
}
911

1012
&.information {
@@ -21,7 +23,7 @@
2123

2224
.chip-container {
2325
display: flex;
24-
gap: 0.5rem;
26+
gap: 0.1rem;
2527
align-items: center;
2628
}
2729

0 commit comments

Comments
 (0)