Better shade for Pins
This commit is contained in:
@@ -942,7 +942,7 @@ fun PinListHeader(
|
|||||||
Icon(
|
Icon(
|
||||||
imageVector = Icons.Default.PushPin,
|
imageVector = Icons.Default.PushPin,
|
||||||
contentDescription = null,
|
contentDescription = null,
|
||||||
tint = MaterialTheme.colors.onBackground.copy(0.12f),
|
tint = MaterialTheme.colors.onBackground.copy(0.32f),
|
||||||
modifier = Modifier.size(15.dp)
|
modifier = Modifier.size(15.dp)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user