Skip to content

Commit 7f86a40

Browse files
leecalcoteCopilot
andauthored
Update src/custom/CustomTooltip/customTooltip.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Lee Calcote <leecalcote@gmail.com>
1 parent 9d043f2 commit 7f86a40

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/custom/CustomTooltip/customTooltip.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ function CustomTooltip({
5050
boxShadow: (themeArg?: Theme) => {
5151
const t = themeArg || theme;
5252
const isDefaultTheme = t.palette.primary.main === '#1976d2';
53-
console.log(isDefaultTheme);
5453

5554
if (t?.palette?.mode === 'light' && !isDefaultTheme) {
5655
return 'rgba(0, 0, 0, 0.6) 0px 4px 10px, rgba(0, 0, 0, 0.5) 0px 2px 4px';

0 commit comments

Comments
 (0)