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