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 f00fa5d commit 21440c5Copy full SHA for 21440c5
stories/demos/Badge.story.tsx
@@ -158,7 +158,7 @@ export const WithCustomIconPosition = () => (
158
/>
159
);
160
161
-export const WithCustomTextAndColor = () => (
+export const WithCustomTextAndOpacity = () => (
162
<GraphCanvas
163
nodes={simpleNodes}
164
edges={simpleEdges}
@@ -179,10 +179,13 @@ export const WithCustomTextAndColor = () => (
179
radius={0.3}
180
iconPosition="start"
181
position={[0, -10, 0]}
182
- opacity={0.6}
+ opacity={0.4}
183
strokeWidth={0.03}
184
+ fontWeight={700}
185
+ fontSize={0.4}
186
187
</group>
188
)}
189
190
191
+
0 commit comments