mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-04 15:30:37 +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 isCheckBoxSelected = isUserSelected;
|
||||||
|
|
||||||
const TooTipOverLay = useMemo(
|
const TooTipOverLay = useMemo((): JSX.Element => <div>{keyValue}</div>, [
|
||||||
(): JSX.Element => <Typography>{keyValue}</Typography>,
|
keyValue,
|
||||||
[keyValue],
|
]);
|
||||||
);
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<CheckBoxContainer>
|
<CheckBoxContainer>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user