This commit is contained in:
2025-09-16 13:19:22 +02:00
parent 78e1e51877
commit 4aff3a5c6b
9 changed files with 64 additions and 14 deletions

View File

@@ -4,9 +4,9 @@ import React from 'react'
import { cn } from '@/lib/utils'
const colorVariants = {
primary: 'text-[#2F3178]',
secondary: 'text-gray-600',
custom: 'text-[#1c1c49]',
primary: 'text-[#fffff]',
secondary: 'text-gray-200',
custom: 'text-[#015eff]',
light: 'text-white',
} as const