Skip to content

Commit

Permalink
Remove shadow and adjust spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
desertaxle committed Dec 26, 2024
1 parent 73a6730 commit 8494f5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui-v2/src/components/ui/status-badge/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const STATUS_ICONS = {
} as const satisfies Record<Status, React.ReactNode>;

const statusBadgeVariants = cva(
"gap-1 px-2 text-black/80 font-mono font-light border border-black/10",
"gap-2 px-2 text-black/80 font-mono font-light border border-black/10 shadow-none",
{
variants: {
status: {
Expand Down

0 comments on commit 8494f5f

Please sign in to comment.