mirror of
https://github.com/EKKOLearnAI/hermes-web-ui.git
synced 2026-07-20 23:40:20 +00:00
restore dark chat input background
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user