Open
Description
I incorporated email login to my app and I tried to style it, but it seems quite complicated to change whole theme of all dialogs.
I would like to have option to define colors like foreground background similar to material theme color definition in material components library, that is from google too.
I tried to look for styles in chrome by looking fro component and I changed some button colors like this
.mdl-button--raised.mdl-button--colored
background var(--secondary-color)
.mdl-button--raised.mdl-button--colored:hover
background var(--accent-color)
.mdl-button--raised.mdl-button--colored:active
background var(--secondary-color)
Thanks