fix(frontend): fix mobile sidebar opacity (#2554)

This commit is contained in:
Faton Ramadani
2023-11-03 16:06:33 +01:00
committed by GitHub
parent 0d4fc6a0bb
commit e1e48cfc5f
@@ -173,7 +173,7 @@
>
<div
class={classNames(
'fixed inset-0 dark:bg-[#1e232e] bg-[#202125] bg-opacity-75 transition-opacity ease-linear duration-300 z-40 !dark',
'fixed inset-0 dark:bg-[#1e232e] bg-[#202125] dark:bg-opacity-75 bg-opacity-75 transition-opacity ease-linear duration-300 z-40 !dark',
menuOpen ? 'opacity-100' : 'opacity-0'
)}
/>