app logo
This commit is contained in:
@@ -62,7 +62,7 @@ import com.vitorpamplona.amethyst.ui.theme.subtleButton
|
|||||||
fun AmethystIcon(iconSize: Dp) {
|
fun AmethystIcon(iconSize: Dp) {
|
||||||
Icon(
|
Icon(
|
||||||
painter = painterResource(R.drawable.amethyst),
|
painter = painterResource(R.drawable.amethyst),
|
||||||
null,
|
contentDescription = stringResource(id = R.string.app_logo),
|
||||||
modifier = Modifier.size(iconSize),
|
modifier = Modifier.size(iconSize),
|
||||||
tint = Color.Unspecified,
|
tint = Color.Unspecified,
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user