update ui color

This commit is contained in:
2026-03-13 17:55:57 +08:00
parent 98f916bd37
commit cef1ae0414
3 changed files with 8 additions and 8 deletions

View File

@@ -5,11 +5,11 @@ export default {
extend: {
colors: {
magenta: {
DEFAULT: "#6366F1",
50: "#EEF2FF",
100: "#E0E7FF",
600: "#6366F1",
700: "#4F46E5",
DEFAULT: "#F43F5E",
50: "#FFF1F2",
100: "#FFE4E6",
600: "#F43F5E",
700: "#BE123C",
},
surface: {
DEFAULT: "#FFFFFF",