diff options
author | crupest <crupest@outlook.com> | 2023-08-13 01:32:13 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2023-08-13 23:54:26 +0800 |
commit | e989478fcf77c30e26147310f5ce25dfb637d1b3 (patch) | |
tree | 16eef90bd26ab92e067ce9b10a3741b82386c894 /FrontEnd/src/views/common/common.ts | |
parent | 8c22e395fdec4b2aeef21375ea6212e4760d2bbd (diff) | |
download | timeline-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.ts | 3 |
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]; |