restore dark chat input background

This commit is contained in:
ekko
2026-07-11 09:49:01 +08:00
parent 3d401dd907
commit 16f3adf84e
@@ -1344,6 +1344,10 @@ function isImage(type: string): boolean {
border-top: 0;
background-color: $bg-card;
flex-shrink: 0;
.dark & {
background-color: #333333;
}
}
.input-top-bar {
@@ -1747,7 +1751,7 @@ function isImage(type: string): boolean {
}
.dark & {
background-color: $bg-card;
background-color: #333333;
box-shadow: 0 8px 28px rgba(0, 0, 0, 0.32);
}
}