mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-10 22:41:14 +00:00
fix: background color for new profile dialog (#2560)
This commit is contained in:
parent
adadc3add2
commit
8bb3839b4d
1 changed files with 1 additions and 1 deletions
|
|
@ -360,7 +360,7 @@ const ApiConfigManager = ({
|
|||
}
|
||||
}}
|
||||
aria-labelledby="new-profile-title">
|
||||
<DialogContent className="p-4 max-w-sm">
|
||||
<DialogContent className="p-4 max-w-sm bg-card">
|
||||
<DialogTitle>{t("settings:providers.newProfile")}</DialogTitle>
|
||||
<Input
|
||||
ref={newProfileInputRef}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue