diff --git a/client/src/common/components/Sidebar/components/SidebarContent/components/PowerItem/styles.sass b/client/src/common/components/Sidebar/components/SidebarContent/components/PowerItem/styles.sass index 26c15bd..81e9f99 100644 --- a/client/src/common/components/Sidebar/components/SidebarContent/components/PowerItem/styles.sass +++ b/client/src/common/components/Sidebar/components/SidebarContent/components/PowerItem/styles.sass @@ -20,5 +20,6 @@ font-size: 15pt .power-item-active - border: 2px solid #E3703F - filter: drop-shadow(0px 0px 3px #E3703F) \ No newline at end of file + border: 2px solid $primary + filter: drop-shadow(0px 0px 3px $primary) + will-change: filter \ No newline at end of file