You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can use CSS to change text color. I.e.
```css
button label {
color: #123456;
}
```
I can think of certain usecases where using flags could be useful,
but all of them seem to be rather synthetic.
A cool feature could be to allow users to change the color of text via a flag or CLI option. That's all
The text was updated successfully, but these errors were encountered: