diff --git a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/components/GlowingCard.kt b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/components/GlowingCard.kt index 08f692f16..e8f47bdd6 100644 --- a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/components/GlowingCard.kt +++ b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/components/GlowingCard.kt @@ -83,7 +83,7 @@ fun AnimatedBorderTextCornerRadius( androidx.compose.ui.geometry .CornerRadius(6.dp.toPx()), ) - }.padding(2.dp), + }.padding(3.dp), ) }