Adrià Vilanova Martínez | 7ad72fe | 2023-11-02 21:54:41 +0100 | [diff] [blame] | 1 | material-button[disabled] { |
2 | color: rgba(255, 255, 255, .26)!important; | ||||
3 | } | ||||
4 | |||||
5 | .mdc-button { | ||||
Adrià Vilanova Martínez | f14773e | 2024-03-15 22:38:12 +0100 | [diff] [blame] | 6 | --gm-colortextbutton-ink-color: var(--TWPT-interop-blue); |
7 | --gm-colortextbutton-ink-color--stateful: var(--TWPT-interop-blue); | ||||
Adrià Vilanova Martínez | 7ad72fe | 2023-11-02 21:54:41 +0100 | [diff] [blame] | 8 | --gm-colortextbutton-disabled-ink-color: rgba(255, 255, 255, .26); |
9 | } |