Skip to content

Commit a5595bd

Browse files
fix: Modify the font color of the thinking process on the Q&A page.
1 parent d9d7264 commit a5595bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/components/markdown/ReasoningRander.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const showThink = ref<boolean>(true)
2929
}
3030
.reasoning-md {
3131
padding-left: 8px;
32-
--md-color: var(--app-text-color-secondary) !important;
32+
--md-color: var(--app-input-color-placeholder) !important;
3333
}
3434
}
3535
</style>

0 commit comments

Comments
 (0)