mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-15 05:23:42 +08:00
feat: light theme mode
This commit is contained in:
@@ -60,7 +60,7 @@ export default function Settings(props: MenuWrapperInspectProps) {
|
||||
|
||||
return (
|
||||
<div
|
||||
className={`flex flex-col overflow-hidden bg-chat-panel ${containerClassName}`}
|
||||
className={`flex flex-col overflow-hidden bg-settings-panel ${containerClassName}`}
|
||||
>
|
||||
<SettingHeader
|
||||
isMobileScreen={isMobileScreen}
|
||||
|
||||
Reference in New Issue
Block a user