Open
Description
- would be nice to have a different color when the button is active. Something like this will probably do the job:
.minor-floating-action-button {
// ...
&.active {
background-color: #00bcd4;
color: #fff;
}
}
- the button title should ideally change to reflect which option is currently active, i.e. "Preview on vivid background" or "Preview on light (?) background"