diff --git a/src/pages/AdminLandingStats.tsx b/src/pages/AdminLandingStats.tsx index 4f41625..af09df6 100644 --- a/src/pages/AdminLandingStats.tsx +++ b/src/pages/AdminLandingStats.tsx @@ -477,8 +477,10 @@ export default function AdminLandingStats() { border: `1px solid ${colors.tooltipBorder}`, borderRadius: CHART_COMMON.TOOLTIP.BORDER_RADIUS, fontSize: CHART_COMMON.TOOLTIP.FONT_SIZE, + color: colors.label, }} labelStyle={{ color: colors.label }} + itemStyle={{ color: colors.label }} /> { return [value ?? 0, t('admin.landings.stats.purchases')]; }} @@ -617,7 +621,9 @@ export default function AdminLandingStats() { border: `1px solid ${colors.tooltipBorder}`, borderRadius: CHART_COMMON.TOOLTIP.BORDER_RADIUS, fontSize: CHART_COMMON.TOOLTIP.FONT_SIZE, + color: colors.label, }} + itemStyle={{ color: colors.label }} />