Browse Source

fix: background color for new profile dialog (#2560)

Zhang Tony 9 months ago
parent
commit
8bb3839b4d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      webview-ui/src/components/settings/ApiConfigManager.tsx

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

@@ -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}