chore: update the upgrade button

This commit is contained in:
Yi 2024-11-11 18:00:44 +08:00
parent dbc10425c8
commit a8e8e36756
2 changed files with 6 additions and 2 deletions

View File

@ -2,7 +2,7 @@
@layer components {
.premium-badge {
@apply inline-flex justify-center items-center rounded-full border border-white/95 text-white
@apply inline-flex justify-center items-center rounded-full border box-border border-[rgba(255,255,255,0.8)] text-white
}
/* m is for the regular button */

View File

@ -94,7 +94,11 @@ const Header = () => {
<div className='select-none'>
<PremiumBadge color='blue' allowHover={true} onClick={handlePlanClick}>
<SparklesSoft className='flex items-center py-[1px] pl-[3px] w-3.5 h-3.5 text-components-premium-badge-indigo-text-stop-0' />
<div className='system-xs-medium !px-1'>Upgrade</div>
<div className='system-xs-medium'>
<span className='p-1'>
Upgrade
</span>
</div>
</PremiumBadge>
</div>
)}