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);
|
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;
|
||||||
}
|
}
|
Reference in a new issue