feat: implement light theme version of stack section with hover animations
This commit is contained in:
@@ -8,6 +8,7 @@ const colorVariants = {
|
||||
secondary: 'text-gray-200',
|
||||
custom: 'text-[#015eff]',
|
||||
light: '[#fcfcfc]',
|
||||
dark: 'text-gray-800',
|
||||
} as const
|
||||
|
||||
type TextOwnProps = {
|
||||
|
||||
Reference in New Issue
Block a user