Fixed linter warning in colorpicker render. Fixed button-secondary hover contrast issue
This commit is contained in:
parent
d83ac121a8
commit
c8ba54c7a1
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
@ -102,7 +102,7 @@ button {
|
|||
&:focus,
|
||||
&:hover {
|
||||
border-color: var(--brand-color);
|
||||
color: var(--primary-text-color);
|
||||
color: var(--background-color);
|
||||
}
|
||||
|
||||
&:disabled {
|
||||
|
|
Loading…
Reference in a new issue