Skip to content

Commit

Permalink
chore: border radius (#2202)
Browse files Browse the repository at this point in the history
  • Loading branch information
ferreroltd committed May 29, 2024
1 parent e1c80f6 commit f045afe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/clever-tables-yawn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@kadena/react-ui": patch
---

Update border and radius based on layout
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,10 @@ export const closeButtonClass = style([

export const borderClass = style([
atoms({
borderRadius: 'sm',
borderStyle: 'solid',
}),
{
borderWidth: '0',
borderLeftWidth: token('border.width.thick'),
},
]);
Expand Down

0 comments on commit f045afe

Please sign in to comment.