fix(button): update solid buttons to use tint and shade colors (#18537)

This commit is contained in:
Brandy Carney
2019-06-21 11:31:41 -04:00
committed by GitHub
parent 1e014f0b14
commit 26ecf2b10f
3 changed files with 4 additions and 4 deletions

View File

@ -38,8 +38,8 @@
:host-context(.ion-color)::slotted(*) .button-solid {
--background: #{current-color(contrast)};
--background-activated: #{current-color(contrast)};
--background-focused: #{current-color(contrast, .9)};
--background-hover: #{current-color(contrast, .92)};
--background-focused: #{current-color(shade)};
--background-hover: #{current-color(tint)};
--color: #{current-color(base)};
--color-focused: #{current-color(base)};
--color-hover: #{current-color(base)};