Skip to content

Instantly share code, notes, and snippets.

@ahmedhosnypro
Created August 16, 2023 16:34
Show Gist options
  • Save ahmedhosnypro/f7c09053766d1817b80a706e01fdb43f to your computer and use it in GitHub Desktop.
Save ahmedhosnypro/f7c09053766d1817b80a706e01fdb43f to your computer and use it in GitHub Desktop.
Change button colors in jetback compose
Button{
...
colors = ButtonDefaults.buttonColors(
backgroundColor = Color.White,
contentColor = Color.Black
),
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment