Skip to content

Commit

Permalink
fixed transform property in default case for tooltipPosition
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvmaindola227 authored Jun 5, 2023
1 parent 81ba239 commit 9ea5414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/redux-devtools-ui/src/Button/styles/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const both = (tooltipPosition: TooltipPosition) => {
`;
default:
return `
transform: translate(-50%, -100%);
transform: translate(-30%, -100%);
`;
}
};
Expand Down

0 comments on commit 9ea5414

Please sign in to comment.