Skip to content

Commit 80bd0f6

Browse files
committed
PEER-236: Update border
1 parent 5bf8b89 commit 80bd0f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

frontend/src/components/blocks/interview/chat/chat-layout.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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}

0 commit comments

Comments
 (0)