Skip to content

Commit 2e8eee1

Browse files
committed
Tightened up the padding slightly for the Simple Tooltip
1 parent 85411e5 commit 2e8eee1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/webapp/app/components/primitives/Tooltip.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import { cn } from "~/utils/cn";
55

66
const variantClasses = {
77
basic:
8-
"bg-background-bright border border-grid-bright rounded px-3 py-2 text-sm text-text-bright shadow-md fade-in-50",
9-
dark: "bg-background-dimmed border border-grid-bright rounded px-3 py-2 text-sm text-text-bright shadow-md fade-in-50"
8+
"bg-background-bright border border-grid-bright rounded px-2 py-1.5 text-xs text-text-bright shadow-md fade-in-50",
9+
dark: "bg-background-dimmed border border-grid-bright rounded px-2 py-1.5 text-xs text-text-bright shadow-md fade-in-50",
1010
};
1111

1212
type Variant = keyof typeof variantClasses;

0 commit comments

Comments
 (0)