mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-30 04:30:48 +00:00
style(messages): use filled circle prefix for info messages
This commit is contained in:
parent
c368c508d7
commit
708d47683c
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ export const StatusMessage: React.FC<StatusMessageProps> = ({
|
|||
export const InfoMessage: React.FC<StatusTextProps> = ({ text }) => (
|
||||
<StatusMessage
|
||||
text={text}
|
||||
prefix="•"
|
||||
prefix="●"
|
||||
prefixColor={theme.text.primary}
|
||||
textColor={theme.text.primary}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue