Skip to content

Commit

Permalink
💄 style: fix style of BasicNode
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Aug 7, 2023
1 parent 5b916fd commit 98d6429
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/BasicNode/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ const useStyles = createStyles(({ css, token, prefixCls }) => ({
container: css`
will-change: transform;
width: 100%;
max-width: 800px;
border: 2px solid ${token.colorBorder};
max-width: 600px;
border: 1px solid ${token.colorBorder};
border-radius: 12px;
.${prefixCls}-card-head {
padding-right: 16px;
Expand Down

0 comments on commit 98d6429

Please sign in to comment.