Slimmer look to the Zap button
This commit is contained in:
@@ -422,7 +422,8 @@ fun ZapReaction(
|
|||||||
Spacer(Modifier.width(3.dp))
|
Spacer(Modifier.width(3.dp))
|
||||||
CircularProgressIndicator(
|
CircularProgressIndicator(
|
||||||
progress = zappingProgress,
|
progress = zappingProgress,
|
||||||
modifier = Modifier.size(16.dp)
|
modifier = Modifier.size(14.dp),
|
||||||
|
strokeWidth = 2.dp
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user