diff --git a/app/globals.css b/app/globals.css index 60d7555..b47bccc 100644 --- a/app/globals.css +++ b/app/globals.css @@ -121,6 +121,10 @@ body { background: #fafafa; } +body * { + @apply transition-colors duration-500; +} + /* Scroll */ html { diff --git a/app/panel/(layout)/layout.js b/app/panel/(layout)/layout.js index 0d0e076..d519c29 100644 --- a/app/panel/(layout)/layout.js +++ b/app/panel/(layout)/layout.js @@ -21,7 +21,7 @@ function LayoutPanel({ children }) { }, []); return ( -
+
); diff --git a/components/icons/CardOrangeP.js b/components/icons/CardOrangeP.js index af95324..21eb198 100644 --- a/components/icons/CardOrangeP.js +++ b/components/icons/CardOrangeP.js @@ -9,16 +9,19 @@ function CardOrangeP() { > diff --git a/components/icons/PeopleBlueP.js b/components/icons/PeopleBlueP.js index 494949e..946d097 100644 --- a/components/icons/PeopleBlueP.js +++ b/components/icons/PeopleBlueP.js @@ -10,28 +10,34 @@ function PeopleBlueP() { ); diff --git a/components/layoutPanel/header/icons/index.js b/components/layoutPanel/header/icons/index.js index 55414ac..c559bb2 100644 --- a/components/layoutPanel/header/icons/index.js +++ b/components/layoutPanel/header/icons/index.js @@ -13,7 +13,7 @@ function Icons() {