This commit is contained in:
@ -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',
|
||||
|
Reference in New Issue
Block a user