Skip to content
This repository was archived by the owner on Feb 19, 2025. It is now read-only.

Commit f2f7c0f

Browse files
committed
fix: change rounded class of Menu.Item
1 parent c557285 commit f2f7c0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Menu/Menu.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@
2929
}
3030

3131
.sbui-menu__item--rounded {
32-
@apply rounded-lg;
32+
@apply rounded;
3333
}

0 commit comments

Comments
 (0)