Skip to content

Instantly share code, notes, and snippets.

@pranaypatel512
Created October 29, 2022 11:23
Show Gist options
  • Save pranaypatel512/674687f79458e34b4af6fe3d11663816 to your computer and use it in GitHub Desktop.
Save pranaypatel512/674687f79458e34b4af6fe3d11663816 to your computer and use it in GitHub Desktop.
WelcomeScreenPreviewBG
@Preview(showSystemUi = true, showBackground = true, backgroundColor = 0xFFE1E2EC)
@Composable
fun WelcomeScreenPreview() {
MyAppTheme {
Surface {
WelcomeScreen()
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment