Skip to content

Commit

Permalink
feat(added new color root): modified exisiting color base
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathancaleb committed Dec 4, 2024
1 parent 5de6f72 commit e5b8a92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/(site)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default function Home() {
<StarIcon className="fill-amber-500 stroke-amber-500" size={16} />
</a>
</Button>
<h1 className="max-w-[20ch] text-balance bg-gradient-to-b from-foreground to-gray-foreground-muted bg-clip-text text-center text-5xl font-extrabold leading-none text-transparent md:text-6xl lg:text-8xl">
<h1 className="max-w-[20ch] text-balance bg-gradient-to-b from-teal-950 to-gray-foreground-muted bg-clip-text text-center text-5xl font-extrabold leading-none text-transparent md:text-6xl lg:text-8xl">
{constants.tagline}
</h1>
<p className="max-w-[50ch] text-pretty text-center text-foreground-muted lg:text-lg [&>strong]:font-medium [&>strong]:text-foreground">
Expand Down
2 changes: 1 addition & 1 deletion src/primitives/button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const buttonVariants = cva(
variants: {
variant: {
default:
'bg-gradient-to-br from-salmon to-pink text-white hover:opacity-90 dark:text-black',
'bg-gradient-to-br from-teal-400 to-teal-400 text-white hover:opacity-90 dark:text-black',
destructive: 'bg-red text-white hover:bg-red-solid-hover',
outline:
'border border-gray-subtle-border bg-gray-element text-foreground-muted hover:bg-gray-element-hover hover:text-foreground',
Expand Down

0 comments on commit e5b8a92

Please sign in to comment.