fix: Remove backdrop-blur from Modal (#10709)

Remove backdrop-blur-[100px] from Modal as it was causing issues with
old design pages.
This commit is contained in:
Pranav
2025-01-16 11:20:34 -08:00
committed by GitHub
parent 257f59e219
commit c20cb9535b

View File

@@ -75,7 +75,7 @@ onMounted(() => {
@mousedown="handleMouseDown"
>
<div
class="relative max-h-full overflow-auto bg-n-alpha-3 backdrop-blur-[100px] shadow-md modal-container rtl:text-right skip-context-menu"
class="relative max-h-full overflow-auto bg-n-alpha-3 shadow-md modal-container rtl:text-right skip-context-menu"
:class="{
'rounded-xl w-[37.5rem]': !fullWidth,
'items-center rounded-none flex h-full justify-center w-full':