Skip to content

Commit 8bb3839

Browse files
authored
fix: background color for new profile dialog (#2560)
1 parent adadc3a commit 8bb3839

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webview-ui/src/components/settings/ApiConfigManager.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ const ApiConfigManager = ({
360360
}
361361
}}
362362
aria-labelledby="new-profile-title">
363-
<DialogContent className="p-4 max-w-sm">
363+
<DialogContent className="p-4 max-w-sm bg-card">
364364
<DialogTitle>{t("settings:providers.newProfile")}</DialogTitle>
365365
<Input
366366
ref={newProfileInputRef}

0 commit comments

Comments
 (0)