Skip to content

Commit

Permalink
fix: remove color assigned to button
Browse files Browse the repository at this point in the history
  • Loading branch information
Harrish92 committed Nov 7, 2024
1 parent a06a3c4 commit c17d229
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ import androidx.compose.foundation.shape.RoundedCornerShape
import androidx.compose.material.icons.Icons
import androidx.compose.material.icons.outlined.Edit
import androidx.compose.material3.Button
import androidx.compose.material3.ButtonDefaults
import androidx.compose.material3.Icon
import androidx.compose.material3.MaterialTheme
import androidx.compose.material3.OutlinedTextField
Expand Down Expand Up @@ -195,7 +194,6 @@ fun EditProfileScreen(navigationActions: NavigationActions) {
enabled = true,
modifier =
Modifier.padding(1.dp).testTag(SAVE_BUTTON).align(Alignment.CenterHorizontally),
colors = ButtonDefaults.buttonColors(Color(0xFFD9D9D9)),
) {
Text("Save")
}
Expand Down

0 comments on commit c17d229

Please sign in to comment.