File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
frontend/src/components/blocks/interview/chat Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ export const ChatLayout: React.FC<ChatLayoutProps> = ({
6262
6363 return (
6464 < div className = 'flex size-full flex-col' >
65- < div className = 'bg-secondary/50 flex items-center justify-between border-b px-4 py-3' >
65+ < div className = 'bg-secondary/50 border-border flex items-center justify-between border-b px-4 py-3' >
6666 < div className = 'flex items-center gap-2' >
6767 < h2 className = 'font-semibold' > { title } </ h2 >
6868 </ div >
@@ -71,7 +71,7 @@ export const ChatLayout: React.FC<ChatLayoutProps> = ({
7171 variant = 'ghost'
7272 size = 'icon'
7373 onClick = { onClose }
74- className = 'rounded-full hover:bg-gray-100 '
74+ className = 'hover:bg-secondary rounded-full '
7575 >
7676 < X className = 'size-5' />
7777 </ Button >
@@ -103,7 +103,7 @@ export const ChatLayout: React.FC<ChatLayoutProps> = ({
103103 < div ref = { messagesEndRef } />
104104 </ ScrollArea >
105105
106- < div className = 'bg-secondary/50 border p-4' >
106+ < div className = 'bg-secondary/50 border-border border-t p-4' >
107107 < div className = 'flex gap-2' >
108108 < Input
109109 ref = { inputRef }
You can’t perform that action at this time.
0 commit comments