Improved pay-wall copy (#1137)

This commit is contained in:
Luke Vella 2024-06-09 10:10:33 +01:00 committed by GitHub
parent e0917e2fd4
commit ca15461466
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 111 additions and 27 deletions

View file

@ -4,7 +4,7 @@ import * as React from "react";
import { cn } from "./lib/utils";
const badgeVariants = cva(
"inline-flex group whitespace-nowrap items-center rounded-full border justify-center text-sm font-medium transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2",
"inline-flex group whitespace-nowrap items-center rounded-full border justify-center font-medium transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2",
{
variants: {
variant: {
@ -17,7 +17,7 @@ const badgeVariants = cva(
},
size: {
md: "h-5 min-w-5 text-xs px-1.5",
lg: "h-7 min-w-7 px-2.5",
lg: "h-7 text-sm min-w-7 px-2.5",
},
},
defaultVariants: {