Skip to content

Commit

Permalink
chore: ups
Browse files Browse the repository at this point in the history
  • Loading branch information
ferreroltd committed May 17, 2024
1 parent 2755ee1 commit 5873f49
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,10 @@ export const closeButtonClass = style([
export const borderClass = style([
atoms({
borderRadius: 'sm',
borderStyle: 'solid',
}),
{
borderLeft: `${token('border.width.thick')} solid`,
borderLeftWidth: token('border.width.thick'),
},
]);

Expand Down

0 comments on commit 5873f49

Please sign in to comment.