Skip to content

Commit 1d6c6de

Browse files
authored
fix(devtools): padding for action buttons (#5608)
global `button` styles would otherwise affect buttons
1 parent f57cebe commit 1d6c6de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/query-devtools/src/Devtools.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1664,6 +1664,7 @@ const getStyles = () => {
16641664
max-width: 160px;
16651665
border: 1px solid ${colors.darkGray[200]};
16661666
cursor: pointer;
1667+
padding: 0;
16671668
&:hover {
16681669
background-color: ${colors.darkGray[500]};
16691670
}

0 commit comments

Comments
 (0)