mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-24 18:50:56 +08:00
fix(UI): Correct citation tooltip style in light theme (#4738)
This commit is contained in:
parent
33f182b891
commit
2a77fddc14
@ -38,6 +38,8 @@ const CitationTooltip: React.FC<CitationTooltipProps> = ({ children, citation })
|
||||
placement="top"
|
||||
arrow={false}
|
||||
overlayInnerStyle={{
|
||||
backgroundColor: 'var(--color-background-mute)',
|
||||
border: '1px solid var(--color-border)',
|
||||
padding: 0,
|
||||
borderRadius: '8px'
|
||||
}}>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user