mirror of
https://github.com/OpenHands/OpenHands.git
synced 2026-03-22 13:47:19 +08:00
hotfix: Consistent background color (#6786)
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user