@@ -75,7 +75,7 @@ export const UpgradePlanModal = () => {
7575 onOpenChange = { isOpen => {
7676 ! isOpen && handleClose ( ) ;
7777 } }
78- className = "fixed left -0 top -0 z-10 flex h-(--visual-viewport-height) w-full items-center justify-center bg-black/30"
78+ className = "fixed top -0 left -0 z-10 flex h-(--visual-viewport-height) w-full items-center justify-center bg-black/30"
7979 >
8080 < Modal
8181 onOpenChange = { isOpen => {
@@ -93,7 +93,7 @@ export const UpgradePlanModal = () => {
9393 Welcome to Insomnia, { firstName || email } 🎉
9494 </ Heading >
9595 < Button
96- className = "ml-auto flex h-6 shrink-0 items-center justify-center rounded-xs text-sm text-(--color-font) ring-1 ring-transparent transition-all focus:ring-inset focus:ring- (--hl-md) aria-pressed:bg-(--hl-sm)"
96+ className = "ml-auto flex h-6 shrink-0 items-center justify-center rounded-xs text-sm text-(--color-font) ring-1 ring-transparent transition-all focus:ring-(--hl-md) focus:ring-inset aria-pressed:bg-(--hl-sm)"
9797 onPress = { ( ) => close ( ) }
9898 >
9999 < Icon icon = "x" />
@@ -111,7 +111,7 @@ export const UpgradePlanModal = () => {
111111 < Icon icon = "check-circle" className = "h-[16px] text-(--color-surprise)" />
112112 < span className = "font-semibold" > User Governance</ span >
113113 </ div >
114- < span className = "ml-[24px] mt-1 text-sm" >
114+ < span className = "mt-1 ml-[24px] text-sm" >
115115 SSO, SCIM, RBAC and Teams let you control who can access what
116116 </ span >
117117 </ li >
@@ -120,7 +120,7 @@ export const UpgradePlanModal = () => {
120120 < Icon icon = "check-circle" className = "h-[16px] text-(--color-surprise)" />
121121 < span className = "font-semibold" > Increased Storage & Security </ span >
122122 </ div >
123- < span className = "ml-[24px] mt-1 text-sm" >
123+ < span className = "mt-1 ml-[24px] text-sm" >
124124 Mandate Git, Cloud or Local project storage, plus E2EE
125125 </ span >
126126 </ li >
@@ -129,7 +129,7 @@ export const UpgradePlanModal = () => {
129129 < Icon icon = "check-circle" className = "h-[16px] text-(--color-surprise)" />
130130 < span className = "font-semibold" > World Class Support</ span >
131131 </ div >
132- < span className = "ml-[24px] mt-1 text-sm" >
132+ < span className = "mt-1 ml-[24px] text-sm" >
133133 A dedicated CSM that understands you, support access, and optional pro services to start quickly
134134 </ span >
135135 </ li >
0 commit comments