Panayiotis Lipiridis 4 年之前
父节点
当前提交
dc2581a308
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/css/theme.scss

+ 1 - 1
src/css/theme.scss

@@ -17,7 +17,7 @@
   --input-border-color: #{$oc-gray-3};
   --input-hover-bg-color: #{$oc-gray-1};
   --input-label-color: #{$oc-gray-7};
-  --island-bg-color: #{transparentize($oc-white, 0.9)};
+  --island-bg-color: #{transparentize($oc-white, 0.12)};
   --keybinding-color: #{$oc-gray-5};
   --overlay-bg-color: #{transparentize($oc-white, 0.12)};
   --popup-bg-color: #{$oc-white};