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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user