Skip to content

Commit 85461a9

Browse files
author
Stef Williams
committed
fix: remove padding updates for material theme
1 parent f67dfeb commit 85461a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/victory-core/src/victory-theme/material.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ const padding = 8;
6767
const baseProps = {
6868
width: 350,
6969
height: 350,
70-
padding: 60,
70+
padding: 50,
7171
};
7272
// *
7373
// * Labels
@@ -127,7 +127,7 @@ export const material: VictoryThemeDefinition = {
127127
strokeLinejoin,
128128
},
129129
axisLabel: Object.assign({}, centeredLabelStyles, {
130-
padding: 35,
130+
padding,
131131
stroke: "transparent",
132132
}),
133133
grid: {

0 commit comments

Comments
 (0)