Skip to content

Commit

Permalink
Merge pull request #19 from cat-crosswalk/SSlime/fix-story-color
Browse files Browse the repository at this point in the history
Color の ドキュメントの値間違えてた
  • Loading branch information
SSlime-s authored May 24, 2024
2 parents 917494d + 8dbb944 commit ed42c8d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/client/app/theme/Colors.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@ import colors from "./colors";
title="chromatic.yellow"
colors={{
default: colors.chromatic.yellow.default,
hover: colors.chromatic.red.hover,
active: colors.chromatic.red.active,
disabled: colors.chromatic.red.disabled,
hover: colors.chromatic.yellow.hover,
active: colors.chromatic.yellow.active,
disabled: colors.chromatic.yellow.disabled,
"hover-secondary": colors.chromatic.yellow["hover-secondary"],
}}
/>
Expand Down

0 comments on commit ed42c8d

Please sign in to comment.