From 57a9de03347bae3c4ab978a220494895e978a419 Mon Sep 17 00:00:00 2001 From: Ivanruii Date: Thu, 14 May 2026 11:56:16 +0200 Subject: [PATCH] fix: ensure text color consistency in dropdown items and selected state --- .../components/stroke-width/stroke-width.component.module.css | 3 +++ 1 file changed, 3 insertions(+) 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 {