Skip to content

Commit e5ecb02

Browse files
Bump up text padding a tad
1 parent 2ed4f52 commit e5ecb02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/sim/components/emcn/components/callout/callout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { cva, type VariantProps } from 'class-variance-authority'
33
import { AlertTriangle, CheckCircle2, Info } from 'lucide-react'
44
import { cn } from '@/lib/core/utils/cn'
55

6-
const calloutVariants = cva('flex items-center gap-2 rounded-lg border px-2.5 py-1.5 text-[12px]', {
6+
const calloutVariants = cva('flex items-center gap-2 rounded-lg border px-2.5 py-2.5 text-[12px]', {
77
variants: {
88
variant: {
99
default: 'border-[var(--border)] bg-[var(--surface-2)] text-[var(--text-muted)]',

0 commit comments

Comments
 (0)