Skip to content

Commit 16c7105

Browse files
committed
style: reduce button border radius from 12px to 8px
1 parent b913e22 commit 16c7105

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/styles/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@
288288
padding: 8px;
289289
min-width: 32px;
290290
min-height: 32px;
291-
border-radius: 12px;
291+
border-radius: 8px;
292292
border: 1px solid var(--cm-border-emphasis);
293293
background: var(--cm-surface-panel-strong);
294294
color: var(--text-muted);

0 commit comments

Comments
 (0)