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 17f85b8f1a
commit 795eb67bcb

View File

@@ -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'
)}
/>