update
This commit is contained in:
@@ -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 */
|
||||
}
|
||||
|
||||
/* 可以添加按钮样式 */
|
||||
|
||||
Reference in New Issue
Block a user