feat: Add tag colors for custom and copilot prompts in PromptBody component
This commit is contained in:
8
src/utils/color.ts
Normal file
8
src/utils/color.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export const tagColors = {
|
||||
summary: "blue",
|
||||
explain: "green",
|
||||
translate: "purple",
|
||||
custom: "orange",
|
||||
rephrase: "yellow"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user