We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7e5690 commit cac6d4dCopy full SHA for cac6d4d
1 file changed
src/components/HomepagePlayground/styles.module.css
@@ -70,6 +70,9 @@
70
transition-duration: 200ms;
71
}
72
73
+html[data-theme='light'] .copyIcon {
74
+ filter: invert(1)
75
+}
76
77
.controlLabel {
78
width: 6em;
0 commit comments