Skip to content

Commit 044fbcd

Browse files
committed
Merge branch 'codex/hytale-sign-in-contrast'
2 parents b708eec + dc51811 commit 044fbcd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/modules/auth/components/SignInModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ export function SignInModal({ isOpen, onClose }: SignInModalProps) {
184184
<button
185185
type="button"
186186
onClick={() => handleOAuthLogin('hytale')}
187-
className={`relative w-full bg-[#111827] text-white py-3.5 px-4 rounded-xl font-bold flex items-center justify-center gap-3 hover:bg-[#1f2937] transition-colors active:scale-95 duration-200 shadow-lg shadow-cyan-950/20 ${lastMethodHighlightClass('hytale')}`}
187+
className={`relative w-full bg-slate-800 text-white py-3.5 px-4 rounded-xl font-bold flex items-center justify-center gap-3 hover:bg-slate-700 transition-colors active:scale-95 duration-200 shadow-lg shadow-cyan-950/20 ${lastMethodHighlightClass('hytale')}`}
188188
title={providerTitle('hytale')}
189189
aria-label={providerTitle('hytale')}
190190
>

0 commit comments

Comments
 (0)