Jetpack-Compose-Playground icon indicating copy to clipboard operation
Jetpack-Compose-Playground copied to clipboard

Update AlertDialog pages to use "TextButton"s instead of regular Buttons

Open christxph opened this issue 1 year ago • 0 comments

According to the Material documentation1 and the documentation in AlertDialog2, the correct Button style to use are TextButtons and not regular (colored) Buttons.

Note: This PR does not update the screenshots used on the AlertDialog page.

christxph avatar Feb 13 '24 15:02 christxph