Skip to content

Instantly share code, notes, and snippets.

@harmittaa
Created March 12, 2025 19:03
Show Gist options
  • Save harmittaa/b805edf87ccb9c270537d7c3894f3ea8 to your computer and use it in GitHub Desktop.
Save harmittaa/b805edf87ccb9c270537d7c3894f3ea8 to your computer and use it in GitHub Desktop.
ButtonPreview
@PreviewLightDark
@Composable
fun ButtonPreview() {
AppTheme {
Button(onClick = {}) {
Text("This is onPrimary")
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment