mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-12 04:39:01 +08:00
feat: light mode tooltip is updated
This commit is contained in:
parent
fe9a6c2448
commit
186f4dca71
@ -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