banner-card icon indicating copy to clipboard operation
banner-card copied to clipboard

Help: Theming Buttons

Open DickSwart opened this issue 4 years ago • 2 comments

Hope someone can help, is it possible to theme the buttons? I have the following values in my custom theme but the buttons stay white.

    paper-toggle-button-checked-button-color: '#4ab52f'
    paper-toggle-button-checked-bar-color: '#4ab52f'
    paper-toggle-button-checked-ink-color: '#4ab52f'

DickSwart avatar Oct 03 '19 10:10 DickSwart

would also love to gain color control per state context. See issue #24

friendodevil avatar Oct 26 '19 08:10 friendodevil

Should be possible using card-mod and then setting mwc-button { --mdc-theme-primary: #4ab52f; }. I guess you'll just have to experiment with that is required using card-mod. Please post back the solution to this issue if you find one so others can learn.

nervetattoo avatar Jan 30 '20 08:01 nervetattoo