From bdad65f5d57cb9311cc6db3648f7341a0b2dd816 Mon Sep 17 00:00:00 2001 From: fruneen Date: Sun, 21 Jan 2024 15:49:57 +0300 Subject: [PATCH] fix: fix issue with css property --- template/apps/web/src/theme/components/Image/index.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/apps/web/src/theme/components/Image/index.module.css b/template/apps/web/src/theme/components/Image/index.module.css index 6c115de6..4f9b6f25 100644 --- a/template/apps/web/src/theme/components/Image/index.module.css +++ b/template/apps/web/src/theme/components/Image/index.module.css @@ -1,3 +1,3 @@ .root { - object-position: 'left !important'; + object-position: left !important; }