fix: background for pagination buttons on dark theme

This commit is contained in:
giulio.perosino 2024-09-04 10:11:23 +02:00
parent 8dd14c4ba8
commit 3edb891b6e

View file

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