Skip to content

Commit

Permalink
fix: goofy ass css for badges
Browse files Browse the repository at this point in the history
  • Loading branch information
Gobot1234 committed Oct 22, 2024
1 parent 668c5a3 commit d6d2f84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/forge/src/routes/_authenticated/sign-in/$id.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default function Component() {
</Link>
<div className="flex gap-1">
{data.user.roles.map((role) => (
<Badge key={role.id} variant="secondary" className="text-xs">
<Badge key={role.id} variant="outline" className="rounded-md">
{role.name}
</Badge>
))}
Expand Down

0 comments on commit d6d2f84

Please sign in to comment.