Thinner Zap button

This commit is contained in:
Vitor Pamplona 2024-06-18 19:34:43 -04:00
parent 614e9ff661
commit 6550bdefd5

View File

@ -72,7 +72,7 @@ inline fun ImageVector.Builder.materialOutlinedPath(
fillAlpha = fillAlpha,
stroke = SolidColor(Color.Black),
strokeAlpha = strokeAlpha,
strokeLineWidth = 1.3f,
strokeLineWidth = 1.2f,
strokeLineCap = StrokeCap.Butt,
strokeLineJoin = StrokeJoin.Bevel,
strokeLineMiter = 1f,