fix: icon color

This commit is contained in:
Cory Dransfeldt 2024-03-02 20:45:10 -08:00
parent 922000449f
commit 7b11b6c004
No known key found for this signature in database

View file

@ -3,13 +3,17 @@ webcare-webshare {
line-height: var(--line-height-xs); line-height: var(--line-height-xs);
} }
button { webcare-webshare button {
color: var(--text-color); color: var(--gray-dark);
background: transparent; background: transparent;
padding: 0; padding: 0;
} }
button, webcare-webshare button > svg {
button > svg { stroke: var(--gray-dark) !important;
}
webcare-webshare button,
webcare-webshare button > svg {
cursor: pointer; cursor: pointer;
} }