fix(mobile): increase font sizes and other mobile-centric improvements (#1907)
This commit is contained in:
@@ -15,7 +15,7 @@ const UpgradeNow = ({ application, featuresController }: Props) => {
|
||||
return shouldShowCTA ? (
|
||||
<div className="flex h-full items-center px-2">
|
||||
<button
|
||||
className="rounded bg-info py-0.5 px-1.5 text-xs font-bold uppercase text-info-contrast hover:brightness-125"
|
||||
className="rounded bg-info py-0.5 px-1.5 text-sm font-bold uppercase text-info-contrast hover:brightness-125 lg:text-xs"
|
||||
onClick={() => {
|
||||
if (hasAccount) {
|
||||
void loadPurchaseFlowUrl(application)
|
||||
|
||||
Reference in New Issue
Block a user