Reduced icon's size of "Scroll to top" button

This commit is contained in:
Abdelilah El Aissaoui 2022-06-23 13:42:32 +02:00
parent 8d6df8a9e0
commit 6501a9c98e

View File

@ -225,6 +225,7 @@ fun Log(
painterResource("align_top.svg"), painterResource("align_top.svg"),
contentDescription = null, contentDescription = null,
tint = MaterialTheme.colors.onPrimary, tint = MaterialTheme.colors.onPrimary,
modifier = Modifier.size(18.dp),
) )
Text( Text(