feat: implement light theme version of stack section with hover animations

This commit is contained in:
2025-10-20 17:08:28 +02:00
parent a663c32f53
commit f44662829d
5 changed files with 266 additions and 2 deletions

View File

@@ -8,6 +8,7 @@ const colorVariants = {
secondary: 'text-gray-200',
custom: 'text-[#015eff]',
light: '[#fcfcfc]',
dark: 'text-gray-800',
} as const
type TextOwnProps = {