From 331ac285ce969b5999971bfaceac3c56082923f8 Mon Sep 17 00:00:00 2001 From: freakoverse Date: Sun, 5 Jan 2025 14:35:16 +0000 Subject: [PATCH] Update src/layout/header.tsx --- src/layout/header.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/layout/header.tsx b/src/layout/header.tsx index bdbc333..1871374 100644 --- a/src/layout/header.tsx +++ b/src/layout/header.tsx @@ -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' }}