diff --git a/stylesheets/components/Modal.scss b/stylesheets/components/Modal.scss index 2f55ee5109..ab17d4d68a 100644 --- a/stylesheets/components/Modal.scss +++ b/stylesheets/components/Modal.scss @@ -140,7 +140,7 @@ } @include dark-theme() { - background: $color-gray-95; + background: $color-gray-80; } } }