Skip to content

Instantly share code, notes, and snippets.

@pranaypatel512
Created October 29, 2022 11:03
Show Gist options
  • Save pranaypatel512/7ab7ff34d36971fcadcb527abe3cbbab to your computer and use it in GitHub Desktop.
Save pranaypatel512/7ab7ff34d36971fcadcb527abe3cbbab to your computer and use it in GitHub Desktop.
JetKiteButtonPreview
@Composable
@Preview(name = "Light")
@Preview(name = "Dark", uiMode = Configuration.UI_MODE_NIGHT_YES)
fun JetKiteButtonPreview() {
JetKiteTheme {
Surface {
JetKiteButton(text = "Login") {
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment