Skip to content

Commit a2bff91

Browse files
committed
Merge branch 'master' into component-css-packages
2 parents ead617a + 1293072 commit a2bff91

File tree

1 file changed

+1
-1
lines changed
  • packages/@react-spectrum/icon/src

1 file changed

+1
-1
lines changed

packages/@react-spectrum/icon/src/Icon.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export function Icon({
3838

3939
return React.cloneElement(children, {
4040
...props,
41-
scale,
41+
scale: 'M',
4242
color,
4343
focusable: 'false',
4444
'aria-label': props['aria-label'] || alt,

0 commit comments

Comments
 (0)