Skip to content

Commit bfa8e4f

Browse files
committed
ref(theme): replace backgroundSecondary with border.secondary
1 parent 51e9b09 commit bfa8e4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/app/views/projectsDashboard/projectChart.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ export function ProjectChart({
167167
inside: true,
168168
lineHeight: 12,
169169
formatter: (value: number) => axisLabelFormatter(value, 'number', true),
170-
textBorderColor: theme.backgroundSecondary,
170+
textBorderColor: theme.tokens.border.secondary,
171171
textBorderWidth: 1,
172172
},
173173
splitLine: {

0 commit comments

Comments
 (0)