fix: Adjust arrow button colors in dark mode (#11248)

This commit is contained in:
Mutasem Aldmour 2024-10-14 16:52:34 +02:00 committed by GitHub
parent c0aa28c6cf
commit 439132c291
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -200,7 +200,7 @@ const scrollRight = () => scroll(50);
.button {
position: absolute;
background-color: var(--color-background-base);
background-color: var(--color-tabs-arrow-buttons, var(--color-background-base));
z-index: 1;
height: 24px;
width: 10px;

View file

@ -1861,6 +1861,7 @@ export default defineComponent({
justify-content: space-between;
align-items: center;
min-height: 30px;
--color-tabs-arrow-buttons: var(--color-run-data-background);
}
.itemsCount {