Use new theme vars (#63)

This PR swaps the theme to use the new stuff from the Theme Studio
This commit is contained in:
Gregory Schier
2024-08-13 07:44:28 -07:00
committed by GitHub
parent a0950ce5b8
commit b5242b9a3f
79 changed files with 1113 additions and 1004 deletions

View File

@@ -11,7 +11,7 @@ export function Heading({ className, size = 1, ...props }: Props) {
<Component
className={classNames(
className,
'font-semibold text-fg',
'font-semibold text',
size === 1 && 'text-2xl',
size === 2 && 'text-xl',
size === 3 && 'text-lg',