Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Fix Textarea disabled preview button color
Rūdolfs Ošiņš committed 2 years ago
commit bf7ee90180d8ae2471bf2811df19812f2cace6e4
parent adb6e06f9e332ad8bb8797ad2adee9875b1091d6
1 file changed +1 -1
modified src/components/Button.svelte
@@ -97,7 +97,7 @@
  }
  .not-selected[disabled] {
    background-color: var(--color-fill-float-hover);
-
    color: var(--color-fill-secondary);
+
    color: var(--color-foreground-disabled);
    font-weight: var(--font-weight-normal);
  }
  .not-selected:not([disabled]):hover {