Skip to content

Commit 8a10be0

Browse files
committed
fix(Assistant App): Header text color not working
1 parent d7261da commit 8a10be0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

frontend/src/views/chat/index.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1508,6 +1508,8 @@ onMounted(() => {
15081508
top: 18px;
15091509
left: 16px;
15101510
z-index: 199;
1511+
color: var(--ed-text-color-primary);
1512+
15111513
&::after {
15121514
content: '';
15131515
background-color: #1f23291a;

0 commit comments

Comments
 (0)