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