From 6d138ce9f1842341828a7f51be8844ef44d9b97b Mon Sep 17 00:00:00 2001 From: Fabian Posenau Date: Sat, 25 Feb 2023 17:41:42 +0100 Subject: [PATCH] fix: backgroundcolor for .blockNotes (#300) Co-authored-by: Fabian Posenau --- apps/client/src/features/modals/Modals.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/features/modals/Modals.module.scss b/apps/client/src/features/modals/Modals.module.scss index 2aa1ea1e9..aa26519af 100644 --- a/apps/client/src/features/modals/Modals.module.scss +++ b/apps/client/src/features/modals/Modals.module.scss @@ -139,7 +139,7 @@ span { } .blockNotes { - background-color: $gray-1100; + background-color: #fff; margin: 1em 0; padding: 0.5em; font-size: 0.8em;