fix label in dark mode

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens Langhammer 2023-10-09 22:28:11 +02:00
parent 478258d88f
commit 8add865995
No known key found for this signature in database

View file

@ -21,9 +21,6 @@ export const styles = [
PFFormControl,
PFSwitch,
css`
.pf-c-radio__label {
color: #212427;
}
select[multiple] {
height: 15em;
}