Fix label color

This commit is contained in:
grandeljay 2022-08-08 09:58:49 +02:00
parent 1d65121e38
commit f6eda3c727

View file

@ -264,7 +264,7 @@
.ui.form .grouped.fields > label {
color: rgba(255, 255, 255, 0.87);
}
.ui.form .field > label {
.ui.form .field > label:not(.button) {
color: rgba(255, 255, 255, 0.87);
}