diff --git a/frontend/src/components/ui/badge.tsx b/frontend/src/components/ui/badge.tsx index 67972b8..dc0aced 100644 --- a/frontend/src/components/ui/badge.tsx +++ b/frontend/src/components/ui/badge.tsx @@ -10,8 +10,8 @@ function Badge({ className, color, children, ...props }: BadgeProps) { return ( span]:line-clamp-1', + 'flex h-8 w-full items-center justify-between rounded-md border border-border bg-elevated/50 px-3 py-1 text-sm text-text-primary focus:outline-none focus:border-accent disabled:cursor-not-allowed disabled:opacity-50 [&>span]:line-clamp-1', className, )} {...props} @@ -63,7 +63,7 @@ const SelectContent = React.forwardRef<