From c391a68ba9e20257e227595711fcfe68297d71cc Mon Sep 17 00:00:00 2001 From: Shyam Gupta Date: Sun, 9 Jul 2023 15:44:57 +0530 Subject: [PATCH] Fix tooltip style --- package.json | 2 +- src/components/MapTooltip.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index cb98913..2f76f27 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-datamaps-india", - "version": "1.0.0-beta-2", + "version": "1.0.0-beta-3", "description": "Datamaps for india region", "type": "module", "main": "./dist/react-datamaps-india.umd.cjs", diff --git a/src/components/MapTooltip.tsx b/src/components/MapTooltip.tsx index 21af1c2..7149bf8 100644 --- a/src/components/MapTooltip.tsx +++ b/src/components/MapTooltip.tsx @@ -30,7 +30,7 @@ function MapTooltip(props: StateToolTip) {