💸
@@ -236,7 +236,7 @@ export default function ProfilePage() {
type="checkbox"
checked={billingEnabled}
onChange={(e) => setBillingEnabled(e.target.checked)}
- style={{ width: 22, height: 22 }}
+ style={{ width: 22, height: 22, margin: 0, alignSelf: 'center' }}
/>
{billingEnabled ? (
@@ -252,7 +252,7 @@ export default function ProfilePage() {