Merge pull request #27643 from giulio-perosino/develop
fix(style): background for pagination buttons on dark theme
This commit is contained in:
commit
79d2da6545
1 changed files with 1 additions and 1 deletions
|
|
@ -228,7 +228,7 @@ $level-margin-right: 8px;
|
|||
}
|
||||
}
|
||||
.btn-paging {
|
||||
background-color: var(--gray-50);
|
||||
background-color: var(--control-bg);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue