Fix profile dialog button colors.
This commit is contained in:
parent
1f0c6de78d
commit
5bf4313fd8
1 changed files with 2 additions and 2 deletions
|
|
@ -142,7 +142,7 @@ private fun ProfileScreenContent(
|
|||
horizontalArrangement = Arrangement.spacedBy(4.dp),
|
||||
) {
|
||||
Button(
|
||||
colors = ButtonDefaults.textButtonColors(),
|
||||
colors = ButtonDefaults.outlinedButtonColors(),
|
||||
onClick = onEditClick,
|
||||
) {
|
||||
Text(
|
||||
|
|
@ -151,7 +151,7 @@ private fun ProfileScreenContent(
|
|||
}
|
||||
|
||||
Button(
|
||||
colors = ButtonDefaults.textButtonColors(),
|
||||
colors = ButtonDefaults.buttonColors(),
|
||||
onClick = onLogoutClick,
|
||||
) {
|
||||
Text(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue