Skip to content

Commit cac6d4d

Browse files
authored
fix: invert copy icon color for light mode (#55)
1 parent e7e5690 commit cac6d4d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/components/HomepagePlayground/styles.module.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@
7070
transition-duration: 200ms;
7171
}
7272

73+
html[data-theme='light'] .copyIcon {
74+
filter: invert(1)
75+
}
7376

7477
.controlLabel {
7578
width: 6em;

0 commit comments

Comments
 (0)