aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/components/common.ts
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2023-09-01 00:01:22 +0800
committercrupest <crupest@outlook.com>2023-09-01 00:01:22 +0800
commit9199a57cc86ebc5c0a24f8277cbc8463e8262519 (patch)
treeb292369827cffd1482f606f1e197831d45064652 /FrontEnd/src/components/common.ts
parent6664fb3506b1ea4af712fa849bd7c761a06c9843 (diff)
downloadtimeline-9199a57cc86ebc5c0a24f8277cbc8463e8262519.tar.gz
timeline-9199a57cc86ebc5c0a24f8277cbc8463e8262519.tar.bz2
timeline-9199a57cc86ebc5c0a24f8277cbc8463e8262519.zip
...
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";