Skip to content

Commit

Permalink
Center Tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
koechkevin committed Aug 9, 2024
1 parent e9bba8b commit df5f38e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/hurumap-next/src/Map/Layers.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,13 @@ function Layers({
textAlign: "center",
},
}}
LevelTypographyProps={{
style: {
top: -12,
left: "50%",
transform: "translateX(-50%)",
},
}}
/>
</ThemeProvider>
</StyledEngineProvider>,
Expand Down

0 comments on commit df5f38e

Please sign in to comment.