浏览代码

Fix white color buttons on ls theme

Ben Yorke 2 年之前
父节点
当前提交
0453b19e04
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      resources/css/shui.css

+ 1 - 1
resources/css/shui.css

@@ -240,7 +240,7 @@
   opacity: 1;
   opacity: 1;
 }
 }
 
 
-.shui__button-theme-gray.shui__button-color-custom  { background-color: var(--ls-tertiary-background-color); color: white; }
+.shui__button-theme-gray.shui__button-color-custom  { background-color: var(--ls-tertiary-background-color); color: var(--ls-secondary-text-color, white); }
 .shui__button-theme-color.shui__button-color-custom  { background-color: var(--color-blue-600); color: white; }
 .shui__button-theme-color.shui__button-color-custom  { background-color: var(--color-blue-600); color: white; }
 
 
 .shui__button-theme-color.shui__button-color-lime    { color: white; background-color: var(--rx-lime-09); &:hover { background-color: var(--rx-lime-10); } &:active { background-color: var(--rx-lime-08); }}
 .shui__button-theme-color.shui__button-color-lime    { color: white; background-color: var(--rx-lime-09); &:hover { background-color: var(--rx-lime-10); } &:active { background-color: var(--rx-lime-08); }}