From dc9d6ec9596826ec5fd3e37e359c7081f8acd79d Mon Sep 17 00:00:00 2001 From: josedario87 Date: Fri, 17 Oct 2025 05:41:55 -0600 Subject: [PATCH] Style: Agregar border-radius a los iconos de las aplicaciones --- nuxt4/app/components/auth/ApplicationsList.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nuxt4/app/components/auth/ApplicationsList.vue b/nuxt4/app/components/auth/ApplicationsList.vue index 8e6fffa..4e3437c 100644 --- a/nuxt4/app/components/auth/ApplicationsList.vue +++ b/nuxt4/app/components/auth/ApplicationsList.vue @@ -587,6 +587,10 @@ onUnmounted(() => { transition: all 0.3s ease; } +.app-icon img { + border-radius: 0.5rem; +} + .app-card:hover .app-icon { background: rgba(var(--color-primary-500), 0.2); transform: scale(1.1);