From 2c32303e5d018fe0a897f732efabd56658d5cf3c Mon Sep 17 00:00:00 2001 From: Erwin Neys Date: Sun, 8 Mar 2026 14:39:19 +0100 Subject: [PATCH] update scss import --- apps/client/src/styles.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/styles.scss b/apps/client/src/styles.scss index 4b6cc3344..004feb8f3 100644 --- a/apps/client/src/styles.scss +++ b/apps/client/src/styles.scss @@ -2,7 +2,7 @@ @import './styles/table'; @import './styles/variables'; -@import 'node_modules/svgmap/dist/svgMap.min.css'; +@import 'svgmap/style'; :root { --dark-background: rgb(25, 25, 25);