chore: fix modal on mobile

This commit is contained in:
Aman Harwara
2023-05-05 19:46:40 +05:30
parent 071d5b1b56
commit b40c65871a
2 changed files with 4 additions and 3 deletions

View File

@@ -30,7 +30,7 @@ const PremiumFeaturesModal: FunctionComponent<Props> = ({
}
return (
<AlertDialog closeDialog={onClose} className="!max-w-89">
<AlertDialog closeDialog={onClose} className="w-full max-w-[90vw] md:max-w-89">
<div tabIndex={-1} className="sn-component bg-default">
<div tabIndex={0}>
{type === PremiumFeatureModalType.UpgradePrompt && (