fixed button styling

This commit is contained in:
Polaris 2024-08-20 17:07:36 -04:00
parent d6629a72eb
commit d7a2d92bb0
2 changed files with 3 additions and 4 deletions

View File

@ -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%;

View File

@ -589,7 +589,6 @@ export const AvatarCustomization: FC<AvatarSelectionProps> = ({
</form>
</Form>
</div>
{/* Avatar Customization Section */}
</main>
);
};