diff --git a/core/src/components/buttons/buttons.md.scss b/core/src/components/buttons/buttons.md.scss index 0eea70ffc73..42196c951ce 100644 --- a/core/src/components/buttons/buttons.md.scss +++ b/core/src/components/buttons/buttons.md.scss @@ -27,6 +27,8 @@ :host-context(.ion-color)::slotted(*) .button { --color: initial; --color-activated: initial; + --color-focused: initial; + --background-focused: #{ion-color(primary, contrast, 0.1)}; }