fix: refine share icon inversion to target only specific elements

This commit is contained in:
2026-02-10 20:51:46 +01:00
parent 595587a2e9
commit 73a91f03a0

View File

@@ -409,7 +409,7 @@ p {
display: block;
}
:global(html[data-theme="light"]) .modal .share-icon {
:global(html[data-theme="light"]) .share-buttons .share-btn .share-icon {
filter: invert(1);
}