Skip to content

Commit 31cb373

Browse files
refactor: put back theme switch
1 parent d1d2614 commit 31cb373

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/Package/VersionDistribution.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ const hasMinimap = computed<boolean>(() => {
178178
179179
const chartConfig = computed(() => {
180180
return {
181-
theme: 'dark',
181+
theme: isDarkMode.value ? 'dark' : '',
182182
chart: {
183183
title: {
184184
text: dateRangeLabel.value,

0 commit comments

Comments
 (0)