Skip to content

Commit b3a28a9

Browse files
authored
Fixed border-radius value in nav-overflow-menu (#70)
1 parent 86b3c8e commit b3a28a9

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)