Update src/layout/header.tsx
All checks were successful
Release to Staging / build_and_release (push) Successful in 1m3s

This commit is contained in:
freakoverse 2025-01-05 14:35:16 +00:00
parent cff9bbd8d0
commit 331ac285ce

View File

@ -441,8 +441,8 @@ const RegisterButtonWithDialog = () => {
style={{
padding: '10px',
borderRadius: '10px',
background: 'rgba(0,0,0,0.1)',
border: 'solid 1px rgba(255 255 66 / 30%)',
background: 'rgba(205,44,255,0.1)',
border: 'solid 2px rgba(255,66,235,0.3)',
margin: '10px 0 0 0',
color: '#ffffffbf'
}}