fix: make ChatUI model selection theme-aware (#9200)

This commit is contained in:
Wei Chengqian
2026-07-11 22:47:25 +08:00
committed by GitHub
parent 4c6ef8a492
commit d7bad22bbd

View File

@@ -442,7 +442,7 @@ defineExpose({
}
.provider-menu-item.v-list-item--active {
background: #f2f2f2;
background: rgba(var(--v-theme-primary), 0.08);
color: rgb(var(--v-theme-on-surface));
}
@@ -517,10 +517,6 @@ defineExpose({
text-align: center;
}
:global(.v-theme--dark) .provider-menu-item.v-list-item--active {
background: rgba(255, 255, 255, 0.1);
}
@media (max-width: 768px) {
.provider-trigger--header .provider-trigger-title {
font-size: 16px;