chore: update
All checks were successful
Deploy Application / deploy (push) Successful in 5s

This commit is contained in:
2025-06-12 21:30:21 +04:00
parent 5babc5db35
commit 42235420b9
15 changed files with 192 additions and 39 deletions

View File

@ -1,7 +1,7 @@
<template>
<component
:is="as"
class="text-gray-900"
class="text-primary"
:class="[
{
'text-2xl lg:text-3xl 2xl:text-4xl': size === '600',
@ -13,7 +13,7 @@
'text-lg lg:text-xl 2xl:text-2xl': size === '400',
}, // 18px
{
'text-base lg:text-lg': size === '300',
'text-lg lg:text-[20px]': size === '300',
}, // 16px
{
'text-sm': size === '200',