Skip to content

Commit 2dc7e9e

Browse files
authored
Fix button color on red and green buttons (#30500)
Previously these colors were provided by fomantic css. I missed them. Fixes: #30499 Regressed by: #30475
1 parent c63060b commit 2dc7e9e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

web_src/css/modules/button.css

+2
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,7 @@
249249

250250
.ui.red.button,
251251
.ui.red.buttons .button {
252+
color: var(--color-white);
252253
background: var(--color-red);
253254
}
254255

@@ -283,6 +284,7 @@
283284

284285
.ui.green.button,
285286
.ui.green.buttons .button {
287+
color: var(--color-white);
286288
background: var(--color-green);
287289
}
288290

0 commit comments

Comments
 (0)