Skip to content

Commit 379ceb8

Browse files
committed
Larger panel buttons and in center
1 parent df38ac9 commit 379ceb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-devtools-shared/src/devtools/views/ButtonIcon.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ type Props = {
5252
type: IconType,
5353
};
5454

55-
const panelIcons = '0 -960 960 820';
55+
const panelIcons = '96 -864 768 768';
5656
export default function ButtonIcon({className = '', type}: Props): React.Node {
5757
let pathData = null;
5858
let viewBox = '0 0 24 24';

0 commit comments

Comments
 (0)