We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8faf572 commit 4e80db7Copy full SHA for 4e80db7
1 file changed
src/components/ChatHeader/ChatHeader.tsx
@@ -65,10 +65,6 @@ const TitleBlock = styled.div`
65
& :is(h1, h3) {
66
font-size: 1.25rem;
67
}
68
-
69
- & p {
70
- font-size: 1rem;
71
- }
72
73
`;
74
@@ -79,7 +75,7 @@ const MainContents = styled.div<{ $isDrawer?: boolean }>`
79
75
flex: 1;
80
76
display: flex;
81
77
flex-direction: row;
82
- gap: 1rem;
78
+ gap: 0.5rem;
83
84
& ${TitleBlock} {
85
text-align: left;
0 commit comments