Skip to content

Commit

Permalink
fix bot button disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
refact0r committed Nov 8, 2023
1 parent 6237b2f commit 8c64dc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion midnight.css
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ a[href="https://support.discord.com"] /* hide help */
--button-positive-background-hover: var(--green-500);
--button-secondary-background: var(--bg-2);
--button-secondary-background-active: var(--text-5);
--button-secondary-background-disabled: red;
--button-secondary-background-disabled: var(--bg-2);
--button-secondary-background-hover: var(--bg-1);
--card-gradient-bg: hsl(var(--black-500-hsl) / 0.4);
--card-gradient-pressed-bg: hsl(var(--black-500-hsl) / 0.5);
Expand Down

0 comments on commit 8c64dc9

Please sign in to comment.