diff --git a/apps/web/src/pods/properties/components/stroke-width/stroke-width.component.module.css b/apps/web/src/pods/properties/components/stroke-width/stroke-width.component.module.css index f2de03f5..3e838d9d 100644 --- a/apps/web/src/pods/properties/components/stroke-width/stroke-width.component.module.css +++ b/apps/web/src/pods/properties/components/stroke-width/stroke-width.component.module.css @@ -28,6 +28,7 @@ cursor: pointer; background: white; border-radius: 2px; + color: black; } .arrowIcon { @@ -60,10 +61,12 @@ gap: var(--space-s); font-size: var(--fs-xs); cursor: pointer; + color: black; } .dropdownItem:hover { background-color: var(--primary-100); + color: var(--text-color); } .linePreview {