Get's rid of the view count.

This commit is contained in:
Vitor Pamplona
2024-06-18 19:33:04 -04:00
parent f28d96d303
commit 5da9e430b0
5 changed files with 61 additions and 72 deletions

View File

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