fix(UI): Correct citation tooltip style in light theme (#4738)
This commit is contained in:
parent
883bdd6283
commit
fc884d72af
@ -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…
x
Reference in New Issue
Block a user