mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
hotfix: Consistent background color (#6786)
This commit is contained in:
parent
1f462d2417
commit
b10416e0a3
@ -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">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user