Skip to content

Commit cd211c1

Browse files
committed
Fixed border-radius value in nav-overflow-menu
1 parent e463e1a commit cd211c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/assets/stylesheets/components/navigation.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@
222222
top: calc(100% + var(--spacing-2));
223223
background: var(--color-bg-card);
224224
border: var(--border-width) solid var(--color-border);
225-
border-radius: var(--radius-xl);
225+
border-radius: var(--border-radius-md);
226226
box-shadow: var(--shadow-lg);
227227
padding: var(--spacing-2);
228228
min-width: 220px;

0 commit comments

Comments
 (0)