This commit is contained in:
Baobhan Sith
2025-04-18 00:38:02 +08:00
parent d3f635d94a
commit fdc613e12d
3 changed files with 52 additions and 3 deletions
@@ -37,7 +37,7 @@ const sendCommand = () => {
display: flex;
align-items: center;
padding: 5px 0px;
background-color: var(--header-bg-color); /* Use theme variable */
background-color: var(--app-bg-color); /* Use theme variable */
min-height: 30px; /* 保证一定高度 */
}