Merge pull request #27643 from giulio-perosino/develop

fix(style): background for pagination buttons on dark theme
This commit is contained in:
Akhil Narang 2024-09-04 17:36:08 +05:30 committed by GitHub
commit 79d2da6545
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -228,7 +228,7 @@ $level-margin-right: 8px;
}
}
.btn-paging {
background-color: var(--gray-50);
background-color: var(--control-bg);
}
}