fix: Change dark theme icon border to #5e5e5e medium gray

- Changed from transparent to #5e5e5e (rgb(94,94,94))
- Visible but subtle medium gray border in dark theme
- Updated test to verify new border color
- Note: CSS filter on LIV Golf only affects image pixels, not border
This commit is contained in:
juanatsap
2025-11-19 15:49:55 +00:00
parent 0947e19c70
commit 93e7b81061
2 changed files with 11 additions and 17 deletions
+2 -2
View File
@@ -86,7 +86,7 @@
/* Borders & Dividers */
--border-color: #404040;
--border-light: #333333;
--icon-border: transparent; /* Invisible border for icons in dark theme */
--icon-border: #5e5e5e; /* Medium gray border for icons in dark theme */
--item-separator: rgba(255, 255, 255, 0.05); /* Very subtle separator in dark theme */
/* Shadows */
@@ -137,7 +137,7 @@
/* Borders & Dividers */
--border-color: #404040;
--border-light: #333333;
--icon-border: transparent; /* Invisible border for icons in dark theme */
--icon-border: #5e5e5e; /* Medium gray border for icons in dark theme */
--item-separator: rgba(255, 255, 255, 0.05); /* Very subtle separator in dark theme */
/* Shadows */