Fix label color
This commit is contained in:
parent
1d65121e38
commit
f6eda3c727
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue