perf: minor fix

This commit is contained in:
Junyan Qin
2025-08-11 20:50:39 +08:00
parent 5f18a1b13a
commit 0021efebd7
2 changed files with 7 additions and 2 deletions

View File

@@ -18,6 +18,11 @@
cursor: pointer;
}
:global(.dark) .botLogCardContainer {
background-color: #1f1f22;
border: 1px solid #2a2a2e;
}
.listHeader {
width: 100%;
height: 2.5rem;