Skip to content

Commit 6b15dd4

Browse files
authored
Merge pull request #853 from Lemoncode/fix/#850-properties-text-color
Fix/#850 properties text color on select input
2 parents 1a85b57 + 6a8e6b7 commit 6b15dd4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

apps/web/src/pods/properties/components/stroke-width/stroke-width.component.module.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
cursor: pointer;
2929
background: white;
3030
border-radius: 2px;
31+
color: black;
3132
}
3233

3334
.arrowIcon {
@@ -60,10 +61,12 @@
6061
gap: var(--space-s);
6162
font-size: var(--fs-xs);
6263
cursor: pointer;
64+
color: black;
6365
}
6466

6567
.dropdownItem:hover {
6668
background-color: var(--primary-100);
69+
color: var(--text-color);
6770
}
6871

6972
.linePreview {

0 commit comments

Comments
 (0)