fix(UI): Correct citation tooltip style in light theme (#4738)

This commit is contained in:
purefkh 2025-04-12 21:48:14 +08:00 committed by GitHub
parent 883bdd6283
commit fc884d72af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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'
}}>