Skip to content

Commit

Permalink
Fix button color on red and green buttons (#30500)
Browse files Browse the repository at this point in the history
Previously these colors were provided by fomantic css. I missed them.

Fixes: #30499
Regressed by: #30475
  • Loading branch information
silverwind committed Apr 15, 2024
1 parent c63060b commit 2dc7e9e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web_src/css/modules/button.css
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@

.ui.red.button,
.ui.red.buttons .button {
color: var(--color-white);
background: var(--color-red);
}

Expand Down Expand Up @@ -283,6 +284,7 @@

.ui.green.button,
.ui.green.buttons .button {
color: var(--color-white);
background: var(--color-green);
}

Expand Down

0 comments on commit 2dc7e9e

Please sign in to comment.