From 9adc7a7adfa14e189129558579676f5edb8755bf Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Wed, 5 Mar 2025 15:40:49 -0500 Subject: [PATCH] Fixing padding to match the line padding --- .../com/vitorpamplona/amethyst/ui/components/GlowingCard.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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), ) }