Skip to content

Commit

Permalink
fix(react-kit): update DrawerHeader css
Browse files Browse the repository at this point in the history
  • Loading branch information
psch300 committed Oct 31, 2024
1 parent e4e7a80 commit d15e74a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-kit/src/core/Drawer/DrawerHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const DrawerHeader = ({ children, sx, ...props }: PropsWithChildren<Props>) => (
borderBottomColor: 'border/neutral',

display: 'flex',
flexDirection: 'column',
flexDirection: 'row',
columnGap: 1,
flexWrap: 'nowrap',
...sx,
Expand Down

0 comments on commit d15e74a

Please sign in to comment.