Skip to content

Commit

Permalink
fix message bg
Browse files Browse the repository at this point in the history
  • Loading branch information
SerhiiTsybulskyi committed Aug 2, 2024
1 parent b48eb25 commit 7a46c38
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,7 @@ export const chatTheme: ChatTheme = {
header: 'flex justify-between items-start gap-2',
showMore: 'mb-4',
message: {
base: [
'mt-4 mb-4 flex flex-col p-0 rounded border-none bg-white',
'dark:bg-panel'
].join(' '),
base: 'mt-4 mb-4 flex flex-col p-0 rounded border-none bg-transparent',
question: [
'font-semibold mb-4 px-4 py-4 pb-2 rounded-3xl rounded-br-none text-typography border bg-gray-200 border-gray-300 text-gray-900',
'dark:bg-gray-900/60 dark:border-gray-700/50 dark:text-gray-100'
Expand Down

0 comments on commit 7a46c38

Please sign in to comment.