mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-04 20:30:38 +08:00
Merge pull request #1312 from palashgdev/trace-filter-toolip
feat: light mode tooltip is updated
This commit is contained in:
commit
cc18cc9087
@ -155,10 +155,9 @@ function CheckBoxComponent(props: CheckBoxProps): JSX.Element {
|
||||
|
||||
const isCheckBoxSelected = isUserSelected;
|
||||
|
||||
const TooTipOverLay = useMemo(
|
||||
(): JSX.Element => <Typography>{keyValue}</Typography>,
|
||||
[keyValue],
|
||||
);
|
||||
const TooTipOverLay = useMemo((): JSX.Element => <div>{keyValue}</div>, [
|
||||
keyValue,
|
||||
]);
|
||||
|
||||
return (
|
||||
<CheckBoxContainer>
|
||||
|
Loading…
x
Reference in New Issue
Block a user