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(