fix: icon color
This commit is contained in:
parent
922000449f
commit
7b11b6c004
1 changed files with 8 additions and 4 deletions
|
@ -3,13 +3,17 @@ webcare-webshare {
|
|||
line-height: var(--line-height-xs);
|
||||
}
|
||||
|
||||
button {
|
||||
color: var(--text-color);
|
||||
webcare-webshare button {
|
||||
color: var(--gray-dark);
|
||||
background: transparent;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
button,
|
||||
button > svg {
|
||||
webcare-webshare button > svg {
|
||||
stroke: var(--gray-dark) !important;
|
||||
}
|
||||
|
||||
webcare-webshare button,
|
||||
webcare-webshare button > svg {
|
||||
cursor: pointer;
|
||||
}
|
Reference in a new issue