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),
|
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(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue