Skip to content

Commit

Permalink
fix: playground style.
Browse files Browse the repository at this point in the history
  - fix: #235
  • Loading branch information
YumoImer committed Nov 26, 2024
1 parent 1dc5a44 commit ad1ea78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/playground/independent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const useStyle = createStyles(({ token, css }) => {
box-sizing: border-box;
display: flex;
flex-direction: column;
padding: 24px 0;
padding: 24px;
gap: 16px;
`,
messages: css`
Expand Down

0 comments on commit ad1ea78

Please sign in to comment.