Skip to content

Commit 391fd4a

Browse files
committed
improve radius
1 parent 1f47db1 commit 391fd4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/assets/stylesheets/components/_menus.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@
179179
background-color: transparent;
180180
transition: 0.125s ease background-color;
181181
cursor: pointer;
182-
border-radius: var(--radius-sm);
182+
border-radius: var(--radius-lg);
183183

184184
&.menu__action--active::after {
185185
content: '';

0 commit comments

Comments
 (0)