From eaf90df3a2d4f60c952711b417fafbb664d0f9ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Gla=CC=88ser?= Date: Wed, 17 Jun 2026 14:22:22 +0200 Subject: [PATCH] Match mobile detail background --- public/assets/styles.portal.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/assets/styles.portal.css b/public/assets/styles.portal.css index 62371d6..e500b66 100644 --- a/public/assets/styles.portal.css +++ b/public/assets/styles.portal.css @@ -49,7 +49,7 @@ body.sg-bestellungen-mobile-detail-open > :not([data-bestellungen-mobile-detail- padding: var(--spacing-large); box-sizing: border-box; overflow: auto; - background: var(--color-white); + background: var(--color-background-purple); } .sg-bestellungen-mobile-detail-host .sg-vsf-drawer-card {