fix: update PurchaseSubscriptionSidebar and AppointmentSettingsPage for pixel-perfect alignment and color consistency

This commit is contained in:
hamed
2026-07-15 17:30:26 +03:30
parent 810293764a
commit ffc4351038
4 changed files with 165 additions and 3 deletions
@@ -78,7 +78,7 @@ export default function PurchaseSubscriptionSidebar({ active }: { active: string
display: 'flex', alignItems: 'center', justifyContent: 'flex-start',
padding: '0 14px', fontSize: 16, fontWeight: isActive ? 700 : 500,
lineHeight: 1, textAlign: 'right',
background: isActive ? '#f17732' : 'transparent',
background: isActive ? 'var(--accent)' : 'transparent',
color: isActive ? '#FFFFFF' : 'var(--text-2)',
cursor: item.to ? 'pointer' : 'not-allowed',
transition: 'background .14s',