From 8dbb944b4bba4df90880310609dce4ec7bda299d Mon Sep 17 00:00:00 2001 From: SSlime-s <62363188+SSlime-s@users.noreply.github.com> Date: Fri, 24 May 2024 14:47:58 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=98=85=E6=9B=B8=E3=81=8D=E9=96=93?= =?UTF-8?q?=E9=81=95=E3=81=88=E3=81=A6=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/client/app/theme/Colors.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/client/app/theme/Colors.mdx b/apps/client/app/theme/Colors.mdx index d7b86ed..776bc4c 100644 --- a/apps/client/app/theme/Colors.mdx +++ b/apps/client/app/theme/Colors.mdx @@ -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"], }} />