diff options
author | crupest <crupest@outlook.com> | 2023-09-01 00:01:22 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2023-09-01 00:01:22 +0800 |
commit | 9199a57cc86ebc5c0a24f8277cbc8463e8262519 (patch) | |
tree | b292369827cffd1482f606f1e197831d45064652 /FrontEnd/src/components/common.ts | |
parent | 6664fb3506b1ea4af712fa849bd7c761a06c9843 (diff) | |
download | timeline-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.ts | 2 |
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"; |