Fix color of sticky footer in Modal

This commit is contained in:
Fedor Indutny
2021-12-02 01:13:26 +01:00
committed by GitHub
parent ee93168028
commit 48b3c655e8

View File

@@ -140,7 +140,7 @@
} }
@include dark-theme() { @include dark-theme() {
background: $color-gray-95; background: $color-gray-80;
} }
} }
} }