diff --git a/.changeset/clever-tables-yawn.md b/.changeset/clever-tables-yawn.md new file mode 100644 index 0000000000..6fd0ae7700 --- /dev/null +++ b/.changeset/clever-tables-yawn.md @@ -0,0 +1,5 @@ +--- +"@kadena/react-ui": patch +--- + +Update border and radius based on layout diff --git a/packages/libs/react-ui/src/components/Notification/Notification.css.ts b/packages/libs/react-ui/src/components/Notification/Notification.css.ts index 5b46ad7b10..76a8302621 100644 --- a/packages/libs/react-ui/src/components/Notification/Notification.css.ts +++ b/packages/libs/react-ui/src/components/Notification/Notification.css.ts @@ -89,10 +89,10 @@ export const closeButtonClass = style([ export const borderClass = style([ atoms({ - borderRadius: 'sm', borderStyle: 'solid', }), { + borderWidth: '0', borderLeftWidth: token('border.width.thick'), }, ]);