Skip to content

Commit

Permalink
update density chart
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfantaholic committed Mar 7, 2024
1 parent 6144020 commit 5152d21
Show file tree
Hide file tree
Showing 3 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": "@real-wagmi/uikit",
"version": "1.2.21",
"version": "1.2.22",
"description": "",
"main": "dist/index.cjs",
"module": "dist/index.js",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ export const TooltipWrapper = styled.div`
padding: 8px 10px;
width: 320px;
font-size: 12px;
z-index: 10;
border-radius: 8px;
background: #1d2128;
border: 1px solid rgba(97, 105, 113, 0.2);
Expand Down
1 change: 1 addition & 0 deletions src/components/Charts/Density/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export const Wrapper = styled.div`
// Fix tooltip "border"
.recharts-tooltip-wrapper {
outline: none;
z-index: 15;
}
`;

Expand Down

0 comments on commit 5152d21

Please sign in to comment.