hotfix: Consistent background color (#6786)

This commit is contained in:
sp.wack 2025-02-18 19:38:01 +04:00 committed by GitHub
parent 1f462d2417
commit b10416e0a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -192,7 +192,7 @@ function SettingsScreen() {
return (
<main
data-testid="settings-screen"
className="bg-[#24272E] border border-[#454545] h-full rounded-xl"
className="bg-[#262626] border border-[#454545] h-full rounded-xl"
>
<form action={formAction} className="flex flex-col h-full">
<header className="px-3 py-1.5 border-b border-b-[#454545] flex items-center gap-2">