Skip to content
Snippets Groups Projects
Commit 11713a6f authored by Andréas Livet's avatar Andréas Livet
Browse files

Fix darkmode issue for background color on chat history

parent 1e332fe3
No related branches found
No related tags found
No related merge requests found
......@@ -380,6 +380,11 @@ export const SimpleChat = () => {
anchor="left"
open={isChatHistoryDisplayed}
onClose={handleToggleChatHistory}
PaperProps={{
sx: {
backgroundColor: fr.colors.decisions.background.default.grey.default,
},
}}
>
<ChatList
disabled={isSubmitting}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment