Skip to content

Commit 0df3c28

Browse files
committed
fix default IconCell size
1 parent 3714859 commit 0df3c28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/bento-design-system/src/util/defaultConfigs.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ export const table: TableConfig = {
546546
iconColor: "default",
547547
},
548548
iconCell: {
549-
size: 12,
549+
size: 16,
550550
color: "default",
551551
},
552552
buttonCell: {

0 commit comments

Comments
 (0)