Yuki Takei пре 2 година
родитељ
комит
0782f259f9

+ 6 - 0
apps/app/src/components/Sidebar/PageCreateButton/CreateButton.module.scss

@@ -30,3 +30,9 @@
     fill: var(--bs-btn-hover-bg);
   }
 }
+
+.btn-create:active :global {
+  svg {
+    fill: var(--bs-btn-active-bg);
+  }
+}