Skip to content

Commit

Permalink
Fix tooltip style
Browse files Browse the repository at this point in the history
  • Loading branch information
sshyam-gupta committed Jul 9, 2023
1 parent 2ca46af commit c391a68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/components/MapTooltip.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function MapTooltip(props: StateToolTip) {
</div>
<style>{`
.state-tooltip {
position: absolute,
position: absolute;
min-width: 8ch;
background-color: white;
box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.3);
Expand Down

0 comments on commit c391a68

Please sign in to comment.