Created
March 12, 2025 19:03
-
-
Save harmittaa/b805edf87ccb9c270537d7c3894f3ea8 to your computer and use it in GitHub Desktop.
ButtonPreview
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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