perf(style): use skill

This commit is contained in:
zhangheng
2026-04-29 16:27:07 +08:00
parent 9d9bf4ff7f
commit 8372fb4a64
8 changed files with 267 additions and 45 deletions

View File

@@ -25,3 +25,12 @@ body {
:-webkit-full-screen::backdrop {
background: var(--mantine-color-body);
}
.mantine-datatable-page-size-selector-active {
background: var(--mantine-primary-color-filled) !important;
color: var(--mantine-color-white) !important;
}
.mantine-datatable-page-size-selector-active .mantine-Text-root {
color: inherit !important;
}