From adf93631c663cd03b9f227e7c21512d5fa737368 Mon Sep 17 00:00:00 2001 From: Scott Aubrey Date: Fri, 2 Feb 2024 16:17:53 +0000 Subject: [PATCH] lint fix sass --- src/components/molecules/modal/modal.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/molecules/modal/modal.scss b/src/components/molecules/modal/modal.scss index 6200271dd..d9f60d3c8 100644 --- a/src/components/molecules/modal/modal.scss +++ b/src/components/molecules/modal/modal.scss @@ -14,8 +14,9 @@ .modal-content { @include mixins.padding(36); - border: 0; + background-color: #fff; + border: 0; border-radius: 3px; box-shadow: 0 0 20px rgb(0 0 0 / 22%); display: grid;