Update wallpaper upload button color to match theme

This commit is contained in:
2025-05-01 12:24:48 -04:00
parent 57620b63a9
commit ae6f4427e0

View File

@@ -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)',
}
}}
>