From ae6f4427e07e232cec3e828f8c8831797d64e4cd Mon Sep 17 00:00:00 2001 From: Starstrike Date: Thu, 1 May 2025 12:24:48 -0400 Subject: [PATCH] Update wallpaper upload button color to match theme --- frontend/src/components/EventForm.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/components/EventForm.tsx b/frontend/src/components/EventForm.tsx index 501100c..66707f5 100644 --- a/frontend/src/components/EventForm.tsx +++ b/frontend/src/components/EventForm.tsx @@ -206,11 +206,11 @@ const EventForm: React.FC = () => { onClick={handleWallpaperClick} sx={{ flexGrow: 1, - borderColor: 'rgba(255, 255, 255, 0.23)', - color: 'rgba(255, 255, 255, 0.9)', + borderColor: '#64b5f6', + color: '#64b5f6', '&:hover': { - borderColor: 'rgba(255, 255, 255, 0.4)', - backgroundColor: 'rgba(255, 255, 255, 0.08)', + borderColor: '#90caf9', + backgroundColor: 'rgba(100, 181, 246, 0.08)', } }} >