This commit is contained in:
Baobhan Sith
2025-04-17 22:48:10 +08:00
parent f8e4c14fa8
commit ce58aec85f
6 changed files with 176 additions and 61 deletions
@@ -64,7 +64,7 @@ const sendCommand = () => {
.command-input:focus {
border-color: var(--button-bg-color); /* Use theme variable */
box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25); /* Keep existing shadow or define variable */
box-shadow: 0 0 5px var(--button-bg-color, #007bff); /* Use theme variable for glow */
}
/* 可以添加按钮样式 */