We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 91da4d5 + 28d1c7a commit 9d6a11eCopy full SHA for 9d6a11e
1 file changed
src/components/Cardinal.tsx
@@ -240,13 +240,13 @@ Cardinal.defaultProps = {
240
onHover: () => 0,
241
onClick: () => 0,
242
active: false,
243
- size: 'large',
244
- status: 'default',
+ size: 'large' as Size,
+ status: 'default' as Status,
245
count: '000',
246
countLink: null,
247
noPlural: false,
248
text: 'loading',
249
CountWrapper: DefaultWrapper,
250
TextWrapper: DefaultWrapper,
251
- alignment: 'left',
+ alignment: 'left' as Alignment,
252
};
0 commit comments