From 37e41c9c8e656e999bbdeaaf46815d0ca56cfbfd Mon Sep 17 00:00:00 2001 From: jeffvli Date: Fri, 30 Jan 2026 21:10:59 -0800 Subject: [PATCH] re-add background to modal header --- src/shared/components/modal/modal.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/components/modal/modal.module.css b/src/shared/components/modal/modal.module.css index fdf7621ac..756e63b07 100644 --- a/src/shared/components/modal/modal.module.css +++ b/src/shared/components/modal/modal.module.css @@ -2,7 +2,7 @@ display: flex; justify-content: center; margin-bottom: var(--theme-spacing-md); - background: none; + background: var(--theme-colors-background); border-radius: 0; }