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

This commit is contained in:
Zhang Tony 2025-04-13 22:09:46 +08:00 committed by GitHub
parent adadc3add2
commit 8bb3839b4d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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