fix: background for pagination buttons on dark theme
This commit is contained in:
parent
8dd14c4ba8
commit
3edb891b6e
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