aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/views/common/common.ts
diff options
context:
space:
mode:
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];