From bae3d76c6f7d090d56fd35c714bb1a03d3c95671 Mon Sep 17 00:00:00 2001 From: plebeius Date: Fri, 7 Nov 2025 15:52:35 +0100 Subject: [PATCH] adjust color --- src/components/create-board-modal/create-board-modal.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/create-board-modal/create-board-modal.module.css b/src/components/create-board-modal/create-board-modal.module.css index b7de96f7..ed9561c5 100644 --- a/src/components/create-board-modal/create-board-modal.module.css +++ b/src/components/create-board-modal/create-board-modal.module.css @@ -4,7 +4,7 @@ left: 0; right: 0; bottom: 0; - background-color: rgba(128, 128, 128, 0.5); + background-color: rgba(0, 0, 0, 0.25); z-index: 999; }