Skip to content

Commit

Permalink
fix(devtools): padding for action buttons (#5608)
Browse files Browse the repository at this point in the history
global `button` styles would otherwise affect buttons
  • Loading branch information
TkDodo authored Jun 27, 2023
1 parent f57cebe commit 1d6c6de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/query-devtools/src/Devtools.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1664,6 +1664,7 @@ const getStyles = () => {
max-width: 160px;
border: 1px solid ${colors.darkGray[200]};
cursor: pointer;
padding: 0;
&:hover {
background-color: ${colors.darkGray[500]};
}
Expand Down

0 comments on commit 1d6c6de

Please sign in to comment.