Fix cut off linking text.

This commit is contained in:
Michelle Tang
2025-01-30 10:45:38 -05:00
committed by Greyson Parrelli
parent a934df5f97
commit 0bbcfb2354

View File

@@ -216,7 +216,7 @@ object Dialogs {
}
}
},
modifier = Modifier.size(200.dp, 250.dp)
modifier = Modifier.size(200.dp, 270.dp)
)
}