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> = ({
62
62
63
63
return (
64
64
< 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' >
66
66
< div className = 'flex items-center gap-2' >
67
67
< h2 className = 'font-semibold' > { title } </ h2 >
68
68
</ div >
@@ -71,7 +71,7 @@ export const ChatLayout: React.FC<ChatLayoutProps> = ({
71
71
variant = 'ghost'
72
72
size = 'icon'
73
73
onClick = { onClose }
74
- className = 'rounded-full hover:bg-gray-100 '
74
+ className = 'hover:bg-secondary rounded-full '
75
75
>
76
76
< X className = 'size-5' />
77
77
</ Button >
@@ -103,7 +103,7 @@ export const ChatLayout: React.FC<ChatLayoutProps> = ({
103
103
< div ref = { messagesEndRef } />
104
104
</ ScrollArea >
105
105
106
- < div className = 'bg-secondary/50 border p-4' >
106
+ < div className = 'bg-secondary/50 border-border border-t p-4' >
107
107
< div className = 'flex gap-2' >
108
108
< Input
109
109
ref = { inputRef }
You can’t perform that action at this time.
0 commit comments