Skip to content

Commit

Permalink
Fix badge button colors and spacings
Browse files Browse the repository at this point in the history
  • Loading branch information
sdvg committed Nov 24, 2023
1 parent 5839809 commit 6082ab1
Show file tree
Hide file tree
Showing 12 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/samples/react/src/components/badge/button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ const PROPS = {
};

export const BadgeButton: FC = () => (
<div className="d-flex gap-2">
<div className="flex gap-2">
<KolBadge {...PROPS}></KolBadge>
<KolBadge _color="#B22222" {...PROPS}></KolBadge>
<KolBadge _color="#4682B4" {...PROPS}></KolBadge>
<KolBadge _color="#228B22" {...PROPS}></KolBadge>
<KolBadge _color="#8B008B" {...PROPS}></KolBadge>
<KolBadge _color="#86ffc6" {...PROPS}></KolBadge>
<KolBadge _color="#06539e" {...PROPS}></KolBadge>
<KolBadge _color="#ae0000" {...PROPS}></KolBadge>
<KolBadge _color="#8b008b" {...PROPS}></KolBadge>
</div>
);
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6082ab1

Please sign in to comment.