Update light mode input color (#3734)

update lightmode input color
This commit is contained in:
Sean Hatfield 2025-04-29 09:56:51 -07:00 committed by GitHub
parent 0e71a5d36c
commit edaddd41ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -117,7 +117,7 @@
--theme-chat-input-border: #cccccc;
--theme-action-menu-bg: #eaeaea;
--theme-action-menu-item-hover: rgba(0, 0, 0, 0.1);
--theme-settings-input-bg: #f5f5f5;
--theme-settings-input-bg: #EDF2FA;
--theme-settings-input-placeholder: rgba(0, 0, 0, 0.5);
--theme-settings-input-active: rgb(0 0 0 / 0.2);
--theme-settings-input-text: #0e0f0f;