UI: minor light theme improvement

This commit is contained in:
oobabooga 2025-02-02 15:39:36 -08:00
parent c6f2c2fd7e
commit f074ffc31b
2 changed files with 2 additions and 2 deletions

View file

@ -46,7 +46,7 @@
}
.chat .user-message {
background: #f4f4f4;
background: #f5f5f5;
padding: 1.5rem 1rem;
padding-bottom: 2rem;
border-radius: 0;

View file

@ -2,7 +2,7 @@
--darker-gray: #202123;
--dark-gray: #343541;
--light-gray: #444654;
--light-theme-gray: #f4f4f4;
--light-theme-gray: #f5f5f5;
--border-color-dark: #525252;
--header-width: 112px;
--selected-item-color-dark: #32333e;