From 9199a57cc86ebc5c0a24f8277cbc8463e8262519 Mon Sep 17 00:00:00 2001 From: crupest Date: Fri, 1 Sep 2023 00:01:22 +0800 Subject: ... --- FrontEnd/src/components/common.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FrontEnd/src/components/common.ts') diff --git a/FrontEnd/src/components/common.ts b/FrontEnd/src/components/common.ts index 48473269..b9b55f9b 100644 --- a/FrontEnd/src/components/common.ts +++ b/FrontEnd/src/components/common.ts @@ -12,7 +12,7 @@ export const themeColors = [ export type ThemeColor = (typeof themeColors)[number]; -export type ClickableColor = ThemeColor | "grayscale" | "minor"; +export type ClickableColor = ThemeColor | "grayscale" | "light" | "minor"; export { breakpoints } from "./breakpoints"; -- cgit v1.2.3