aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/components/common.ts
diff options
context:
space:
mode:
Diffstat (limited to 'FrontEnd/src/components/common.ts')
-rw-r--r--FrontEnd/src/components/common.ts2
1 files changed, 1 insertions, 1 deletions
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";