We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4cf3c9 commit 21b87b1Copy full SHA for 21b87b1
src/components/CodeExampleList.module.css
@@ -89,20 +89,23 @@
89
height: var(--baseline-1of2);
90
width: var(--baseline-1of2);
91
& path {
92
- fill: var(--gray-dark);
+ fill: var(--text-color);
93
}
94
95
96
.node {
97
98
99
+ & path {
100
101
+ }
102
103
104
.processing {
105
height: var(--baseline-1of3);
106
width: var(--baseline-1of3);
107
- stroke: var(--gray-dark);
108
+ stroke: var(--text-color);
109
110
111
0 commit comments