fix dark theme button bg color

This commit is contained in:
pa
2025-12-27 17:04:08 +09:00
committed by Natsumi
parent 0a1b3b0644
commit 75fd6e373d
2 changed files with 4 additions and 0 deletions

View File

@@ -259,6 +259,7 @@ div.x-friend-list
.el-button {
color: $--theme-text-2;
background-color: transparent;
}
.el-button:not(.el-button--text, .el-button--primary, .is-disabled) {

View File

@@ -411,6 +411,9 @@
<style scoped>
.data-table-wrapper {
margin: 0 3px;
font-feature-settings:
'tnum' 1,
'lnum' 1;
}
.pagination-wrapper {