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; }