From 5bf4313fd891bf8d8aac5cb8220f0f2c73590c90 Mon Sep 17 00:00:00 2001 From: Thomas Andres Gomez Date: Fri, 7 Apr 2023 16:20:10 +0200 Subject: [PATCH] Fix profile dialog button colors. --- .../pixelized/biblib/ui/screen/home/profile/ProfilePage.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/java/com/pixelized/biblib/ui/screen/home/profile/ProfilePage.kt b/app/src/main/java/com/pixelized/biblib/ui/screen/home/profile/ProfilePage.kt index 26a5801..185fb94 100644 --- a/app/src/main/java/com/pixelized/biblib/ui/screen/home/profile/ProfilePage.kt +++ b/app/src/main/java/com/pixelized/biblib/ui/screen/home/profile/ProfilePage.kt @@ -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(