Fixing padding to match the line padding
This commit is contained in:
@@ -83,7 +83,7 @@ fun AnimatedBorderTextCornerRadius(
|
|||||||
androidx.compose.ui.geometry
|
androidx.compose.ui.geometry
|
||||||
.CornerRadius(6.dp.toPx()),
|
.CornerRadius(6.dp.toPx()),
|
||||||
)
|
)
|
||||||
}.padding(2.dp),
|
}.padding(3.dp),
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user