Skip to content

Commit f262d78

Browse files
authored
Merge pull request #941 from knowler/add-missing-size-for-scale-color-row
[`@theme-ui/style-guide`] Add missing size for ColorRows that are scales
2 parents 599b7eb + 5754dce commit f262d78

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/style-guide/src/ColorPalette.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ export const ColorRow = ({
4545
key={key}
4646
name={id}
4747
colors={color as Colors}
48+
size={size}
4849
omit={omit}
4950
/>
5051
)

0 commit comments

Comments
 (0)