From 4afd93323a8e302f56870b9b82afc3c8a7becb59 Mon Sep 17 00:00:00 2001 From: EETagent Date: Thu, 12 Jan 2023 13:47:54 +0100 Subject: [PATCH] fix: improve transitions --- .../(admin)/admin/(authenticated)/dashboard/+page.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/routes/(admin)/admin/(authenticated)/dashboard/+page.svelte b/frontend/src/routes/(admin)/admin/(authenticated)/dashboard/+page.svelte index d0f1388..9738767 100644 --- a/frontend/src/routes/(admin)/admin/(authenticated)/dashboard/+page.svelte +++ b/frontend/src/routes/(admin)/admin/(authenticated)/dashboard/+page.svelte @@ -174,14 +174,14 @@ @apply flex items-center; @apply rounded-xl; - @apply transition-all duration-300; + @apply transition-all duration-200; @apply hover:bg-sspsBlue focus:bg-sspsBlue; @apply hover:text-white focus:text-white; } .list div :global(path) { - @apply transition-all duration-300; + @apply transition-all duration-100; } .list div:hover :global(path) {