Skip to content

Commit a465d9b

Browse files
committed
remove gray class in inline badge docs
1 parent bc9bae4 commit a465d9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/style-guide/components/inline-badge.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import { InlineBadge } from '~/components';
2929

3030
### Legacy <InlineBadge preset="legacy" />
3131

32-
### Custom <InlineBadge text="Custom" class="gray" />
32+
### Default <InlineBadge text="Default" />
3333
```
3434

3535
## Inputs

0 commit comments

Comments
 (0)