Skip to content

Commit dfadd75

Browse files
committed
Fix error in color picker for decisions
1 parent 2f33b0f commit dfadd75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stories/ColorHelper/ColorDecisionCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ export function ColorDecisionCard(
177177
Option path:{" "}
178178
</span>{" "}
179179
<code>
180-
theme.options.<strong>{colorOption.themePath.join(".")}</strong>
180+
fr.colors.options.<strong>{colorOption.themePath.join(".")}</strong>
181181
</code>
182182
</p>
183183
</Accordion>

0 commit comments

Comments
 (0)