Browse Source

frontend: Fix invisible scrollbar in Light theme

shiina424 2 months ago
parent
commit
1af512f323
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frontend/data/themes/Yami_Light.ovt

+ 1 - 1
frontend/data/themes/Yami_Light.ovt

@@ -38,7 +38,7 @@
 
     --separator_hover: var(--black1);
 
-    --scrollbar_handle: var(--grey7);
+    --scrollbar_handle: var(--grey3);
     --scrollbar_hover: var(--grey6);
     --scrollbar_down: var(--grey8);
     --scrollbar_border: var(--grey7);