From d290355a69993603fbf88eabd14ec42e281b64f5 Mon Sep 17 00:00:00 2001 From: Sakura Knoll Date: Sat, 23 Jul 2022 00:51:13 +0900 Subject: [PATCH] Adjust active color of boss card --- src/components/organisms/BossTable.tsx | 2 +- src/lib/theme.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/organisms/BossTable.tsx b/src/components/organisms/BossTable.tsx index f7d15c86..a9bc5c00 100644 --- a/src/components/organisms/BossTable.tsx +++ b/src/components/organisms/BossTable.tsx @@ -128,7 +128,7 @@ const BossCard = ({ }) => { return ( {label != null && ( diff --git a/src/lib/theme.ts b/src/lib/theme.ts index 0167884e..e503789c 100644 --- a/src/lib/theme.ts +++ b/src/lib/theme.ts @@ -14,6 +14,7 @@ export const theme: Theme = { text: '#212529', background: '#fff', primary: '#007bff', + transparentPrimary: '#007bff99', secondary: '#6c757d', muted: colors.gray[5], success: '#28a745',