feat: update background color for ProfileScreen based on theme
This commit is contained in:
@@ -1014,7 +1014,7 @@ fun ProfileScreen(
|
||||
clip = false
|
||||
)
|
||||
.clip(CircleShape)
|
||||
.background(if (isDarkTheme) Color.White else PrimaryBlue)
|
||||
.background(if (isDarkTheme) Color(0xFF2C2C2E) else PrimaryBlue)
|
||||
.clickable { showPhotoPicker = true },
|
||||
contentAlignment = Alignment.Center
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user