Skip to content

Commit 4e80db7

Browse files
committed
nit
1 parent 8faf572 commit 4e80db7

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

src/components/ChatHeader/ChatHeader.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,6 @@ const TitleBlock = styled.div`
6565
& :is(h1, h3) {
6666
font-size: 1.25rem;
6767
}
68-
69-
& p {
70-
font-size: 1rem;
71-
}
7268
}
7369
`;
7470

@@ -79,7 +75,7 @@ const MainContents = styled.div<{ $isDrawer?: boolean }>`
7975
flex: 1;
8076
display: flex;
8177
flex-direction: row;
82-
gap: 1rem;
78+
gap: 0.5rem;
8379
8480
& ${TitleBlock} {
8581
text-align: left;

0 commit comments

Comments
 (0)