From 625a1e4e9b1862dbec7c443cba3c3df92040afb4 Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Mon, 13 May 2024 13:51:16 +0300 Subject: [PATCH] Removed unused var --- components/lib/galleria/style/GalleriaStyle.js | 1 - 1 file changed, 1 deletion(-) diff --git a/components/lib/galleria/style/GalleriaStyle.js b/components/lib/galleria/style/GalleriaStyle.js index 320f706b9..64d91b693 100644 --- a/components/lib/galleria/style/GalleriaStyle.js +++ b/components/lib/galleria/style/GalleriaStyle.js @@ -341,7 +341,6 @@ const theme = ({ dt }) => ` display: flex; align-items: center; justify-content: center; - --p-mask-background: ${dt('galleria.mask.background')}; } .p-galleria-close-button {