Skip to content

Commit 512e958

Browse files
author
mrmrs
committed
Fix typo
1 parent a90031f commit 512e958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/gui/src/components/ui/IconButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default function IconButton(props: Props) {
1212
WebkitAppearance: 'none',
1313
background: 'backgroundOffset',
1414
border: 'none',
15-
borderRadius: '6px,
15+
borderRadius: '6px',
1616
cursor: 'pointer',
1717
color: 'muted',
1818
display: 'flex',

0 commit comments

Comments
 (0)