Skip to content

Commit

Permalink
Fixing padding to match the line padding
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorpamplona committed Mar 5, 2025
1 parent d474bb0 commit 9adc7a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ fun AnimatedBorderTextCornerRadius(
androidx.compose.ui.geometry
.CornerRadius(6.dp.toPx()),
)
}.padding(2.dp),
}.padding(3.dp),
)
}

Expand Down

0 comments on commit 9adc7a7

Please sign in to comment.