diff --git a/app/globals.css b/app/globals.css index 5880679..45bef7a 100644 --- a/app/globals.css +++ b/app/globals.css @@ -9,7 +9,7 @@ --foreground: 0.00 0.00% 9.80%; --primary: 0.00 0.00% 0.00%; - --primary-foreground: 0.00 0.00% 9.80%; + --primary-foreground: 0.00 0.00% 100.00%; --card: 0.00 0.00% 100.00%; --card-foreground: 0.00 0.00% 9.80%; @@ -20,10 +20,10 @@ --secondary: 0.00 0.00% 100.00%; --secondary-foreground: 0.00 0.00% 0.00%; - --muted: 0.00 0.00% 100.00%; + --muted: 0.00 0.00% 80.00%; --muted-foreground: 0.00 0.00% 40.00%; - --accent: 0.00 0.00% 100.00%; + --accent: 0.00 0.00% 80.00%; --accent-foreground: 0.00 0.00% 14.90%; --destructive: 0 84.2% 60.2%; diff --git a/components/(customization)/avatarcustomization/page.tsx b/components/(customization)/avatarcustomization/page.tsx index 1e5de15..5db2278 100644 --- a/components/(customization)/avatarcustomization/page.tsx +++ b/components/(customization)/avatarcustomization/page.tsx @@ -589,7 +589,6 @@ export const AvatarCustomization: FC = ({ - {/* Avatar Customization Section */} ); };