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);