Fix profile dialog button colors.

This commit is contained in:
Thomas Andres Gomez 2023-04-07 16:20:10 +02:00
parent 1f0c6de78d
commit 5bf4313fd8

View file

@ -142,7 +142,7 @@ private fun ProfileScreenContent(
horizontalArrangement = Arrangement.spacedBy(4.dp), horizontalArrangement = Arrangement.spacedBy(4.dp),
) { ) {
Button( Button(
colors = ButtonDefaults.textButtonColors(), colors = ButtonDefaults.outlinedButtonColors(),
onClick = onEditClick, onClick = onEditClick,
) { ) {
Text( Text(
@ -151,7 +151,7 @@ private fun ProfileScreenContent(
} }
Button( Button(
colors = ButtonDefaults.textButtonColors(), colors = ButtonDefaults.buttonColors(),
onClick = onLogoutClick, onClick = onLogoutClick,
) { ) {
Text( Text(