mirror of
https://github.com/hex248/sprint.git
synced 2026-02-08 10:33:01 +00:00
font weights
This commit is contained in:
@@ -63,7 +63,7 @@ function SelectTrigger({
|
||||
{label && hasValue && (
|
||||
<span
|
||||
className={cn(
|
||||
"text-muted-foreground bg-background absolute left-0.5 px-1 text-[11px] leading-none",
|
||||
"text-muted-foreground bg-background absolute left-1 text-[12px] leading-none font-700",
|
||||
labelPosition === "top" ? "-top-1" : "-bottom-1",
|
||||
)}
|
||||
>
|
||||
@@ -131,7 +131,7 @@ function SelectLabel({ className, ...props }: React.ComponentProps<typeof Select
|
||||
return (
|
||||
<SelectPrimitive.Label
|
||||
data-slot="select-label"
|
||||
className={cn("text-muted-foreground px-2 py-1.5 text-xs", className)}
|
||||
className={cn("text-muted-foreground px-2 py-1.5 text-xs font-700", className)}
|
||||
{...props}
|
||||
/>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user