From 7f1c93b774b629d7eeb58ad2d1b2ecb4e1e6f331 Mon Sep 17 00:00:00 2001 From: Ramesh Mane <101566080+rameshmane7218@users.noreply.github.com> Date: Mon, 2 Sep 2024 14:19:01 +0000 Subject: [PATCH] fix(nc-gui): add transition on integration card hover --- .../components/workspace/integrations/IntegrationsTab.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/nc-gui/components/workspace/integrations/IntegrationsTab.vue b/packages/nc-gui/components/workspace/integrations/IntegrationsTab.vue index 880a184506..d50d9117fc 100644 --- a/packages/nc-gui/components/workspace/integrations/IntegrationsTab.vue +++ b/packages/nc-gui/components/workspace/integrations/IntegrationsTab.vue @@ -408,7 +408,7 @@ const handleAddIntegration = (category: IntegrationCategoryType, integration: In @apply flex gap-4 flex-wrap; .source-card { - @apply flex items-center gap-4 border-1 border-gray-200 rounded-xl p-3 w-[280px] cursor-pointer; + @apply flex items-center gap-4 border-1 border-gray-200 rounded-xl p-3 w-[280px] cursor-pointer transition-all duration-300; .integration-icon-wrapper { @apply flex-none h-[44px] w-[44px] rounded-lg flex items-center justify-center;