aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/views/common/common.ts
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2023-08-13 01:32:13 +0800
committercrupest <crupest@outlook.com>2023-08-13 23:54:26 +0800
commite989478fcf77c30e26147310f5ce25dfb637d1b3 (patch)
tree16eef90bd26ab92e067ce9b10a3741b82386c894 /FrontEnd/src/views/common/common.ts
parent8c22e395fdec4b2aeef21375ea6212e4760d2bbd (diff)
downloadtimeline-e989478fcf77c30e26147310f5ce25dfb637d1b3.tar.gz
timeline-e989478fcf77c30e26147310f5ce25dfb637d1b3.tar.bz2
timeline-e989478fcf77c30e26147310f5ce25dfb637d1b3.zip
...
Diffstat (limited to 'FrontEnd/src/views/common/common.ts')
-rw-r--r--FrontEnd/src/views/common/common.ts3
1 files changed, 1 insertions, 2 deletions
diff --git a/FrontEnd/src/views/common/common.ts b/FrontEnd/src/views/common/common.ts
index 4ad41edc..7af2643b 100644
--- a/FrontEnd/src/views/common/common.ts
+++ b/FrontEnd/src/views/common/common.ts
@@ -4,9 +4,8 @@ export { c, convertI18nText, useC } from "@/common";
export const themeColors = [
"primary",
"secondary",
- "tertiary",
"danger",
- "success",
+ "create",
] as const;
export type ThemeColor = (typeof themeColors)[number];