add a stylesheet for the default theme that fixes the button text color when viewed in a browser with a dark theme
3 lines
35 B
CSS
3 lines
35 B
CSS
.x-btn button {
|
|
color: Black;
|
|
} |