diff --git a/source/03-components/BackToTop/back-to-top.module.css b/source/03-components/BackToTop/back-to-top.module.css index 464891c..1dc6b2f 100644 --- a/source/03-components/BackToTop/back-to-top.module.css +++ b/source/03-components/BackToTop/back-to-top.module.css @@ -8,7 +8,7 @@ @media (--mobile-lg) { align-items: center; - background-color: var(--grayscale-gray-3); + background-color: var(--grayscale-gray-4); block-size: rem-convert(70px); border-radius: 50%; display: flex;