From 7537d1429ec986c8076bbfb25730f18bcb32a13e Mon Sep 17 00:00:00 2001 From: Luis Igreja Date: Tue, 6 Aug 2024 21:57:48 -0300 Subject: [PATCH] fix: sync theme transition with primevue transitions --- src/azion/theme.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/azion/theme.scss b/src/azion/theme.scss index d635f5d..3ce4758 100644 --- a/src/azion/theme.scss +++ b/src/azion/theme.scss @@ -5,5 +5,5 @@ @import './theme-base/components.scss'; @import './_extensions'; @import './custom'; - transition: background-color 0.5s ease, color 0.5s ease; + transition: background-color 0.3s ease, color 0.3s ease; }