mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-09-05 06:56:53 +08:00
complete colors in dark mode
This commit is contained in:
@@ -77,6 +77,7 @@ export default function SyncConfigModal(props: { onClose?: () => void }) {
|
||||
text={Locale.UI.Confirm}
|
||||
/>,
|
||||
]}
|
||||
className="!bg-modal-mask active-new"
|
||||
>
|
||||
<List
|
||||
widgetStyle={{
|
||||
|
@@ -32,6 +32,7 @@ function EditPromptModal(props: { id: string; onClose: () => void }) {
|
||||
bordered
|
||||
/>,
|
||||
]}
|
||||
// className="!bg-modal-mask"
|
||||
>
|
||||
<div className={styles["edit-prompt-modal"]}>
|
||||
<Input
|
||||
@@ -103,6 +104,7 @@ export default function UserPromptModal(props: { onClose?: () => void }) {
|
||||
text={Locale.Settings.Prompt.Modal.Add}
|
||||
/>,
|
||||
]}
|
||||
// className="!bg-modal-mask"
|
||||
>
|
||||
<div className={styles["user-prompt-modal"]}>
|
||||
<Input
|
||||
|
Reference in New Issue
Block a user