Fixed linter warning in colorpicker render. Fixed button-secondary hover contrast issue

This commit is contained in:
crockwave 2020-08-03 14:53:12 -05:00
parent d83ac121a8
commit c8ba54c7a1
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View file

@ -102,7 +102,7 @@ button {
&:focus,
&:hover {
border-color: var(--brand-color);
color: var(--primary-text-color);
color: var(--background-color);
}
&:disabled {