qwen-code/packages/web-shell/client/components/Tips.module.css
ytahdn a384c4a21a
feat(web-shell): polish chat UI (#5893)
* style(web-shell): polish chat UI

* fix(web-shell): address chat polish review feedback

---------

Co-authored-by: ytahdn <ytahdn@gmail.com>
2026-06-26 15:38:23 +00:00

15 lines
211 B
CSS

.line {
flex-shrink: 0;
padding: 4px 0;
padding-left: 2ch;
font-size: 14px;
color: var(--muted-foreground);
}
.label {
color: var(--muted-foreground);
}
.text {
color: var(--muted-foreground);
}