We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1a85b57 + 6a8e6b7 commit 6b15dd4Copy full SHA for 6b15dd4
1 file changed
apps/web/src/pods/properties/components/stroke-width/stroke-width.component.module.css
@@ -28,6 +28,7 @@
28
cursor: pointer;
29
background: white;
30
border-radius: 2px;
31
+ color: black;
32
}
33
34
.arrowIcon {
@@ -60,10 +61,12 @@
60
61
gap: var(--space-s);
62
font-size: var(--fs-xs);
63
64
65
66
67
.dropdownItem:hover {
68
background-color: var(--primary-100);
69
+ color: var(--text-color);
70
71
72
.linePreview {
0 commit comments