Chore: support gradient border and text (#317)
This commit is contained in:
@@ -83,9 +83,9 @@ const Apps: FC = () => {
|
||||
}
|
||||
|
||||
return (
|
||||
<div className='h-full flex flex-col'>
|
||||
<div className='h-full flex flex-col border-l border-gray-200'>
|
||||
<div className='shrink-0 pt-6 px-12'>
|
||||
<div className='mb-1 text-primary-600 text-xl font-semibold'>{t('explore.apps.title')}</div>
|
||||
<div className={`mb-1 ${s.textGradient} text-xl font-semibold`}>{t('explore.apps.title')}</div>
|
||||
<div className='text-gray-500 text-sm'>{t('explore.apps.description')}</div>
|
||||
</div>
|
||||
<Category
|
||||
|
||||
Reference in New Issue
Block a user