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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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