From ec81b969d3a62804d70d3a5537c0b2e375a6dde2 Mon Sep 17 00:00:00 2001 From: Erwin Neys Date: Sun, 8 Mar 2026 14:49:25 +0100 Subject: [PATCH] switch to min version --- 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 004feb8f3..142d2ea53 100644 --- a/apps/client/src/styles.scss +++ b/apps/client/src/styles.scss @@ -2,7 +2,7 @@ @import './styles/table'; @import './styles/variables'; -@import 'svgmap/style'; +@import 'svgmap/style.min'; :root { --dark-background: rgb(25, 25, 25);