Add styling for disabled buttons.
This commit is contained in:
parent
3b6362fed1
commit
f9a14ce3f0
2 changed files with 9 additions and 0 deletions
|
|
@ -32,7 +32,9 @@
|
|||
--input-active-border: var(--accent2);
|
||||
|
||||
--button-background: var(--spotify-green);
|
||||
--button-disabled-background: #09682a;
|
||||
--button-text: var(--spotify-black);
|
||||
--button-disabled-text: var(--spotify-black);
|
||||
|
||||
--textarea-background: var(--spotify-black);
|
||||
--textarea-text-colour: var(--spotify-green);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue