Skip to content

Commit

Permalink
Revert breaking replace-all
Browse files Browse the repository at this point in the history
  • Loading branch information
Spazzinq committed Nov 13, 2024
1 parent e9a621a commit a40ab8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/primitives.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const title = tv({
size: {
xs: "text-2xl",
sm: "text-3xl lg:text-4xl",
lg: "text-[2.3rem] lg:text-5xl leading-9",
md: "text-[2.3rem] lg:text-5xl leading-9",
lg: "text-4xl lg:text-6xl",
},
fullWidth: {
Expand Down Expand Up @@ -44,7 +44,7 @@ export const title = tv({
});

export const subtitle = tv({
base: "w-full lg:w-1/2 my-2 text-lg lg:text-xl text-default-600 block max-w-full",
base: "w-full md:w-1/2 my-2 text-lg lg:text-xl text-default-600 block max-w-full",
variants: {
fullWidth: {
true: "!w-full",
Expand Down

0 comments on commit a40ab8e

Please sign in to comment.