Skip to content

Commit 23f5438

Browse files
committed
fix: use more readable text color
1 parent b548437 commit 23f5438

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/Compare/FacetBarChart.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ const config = computed<VueUiHorizontalBarConfig>(() => {
196196
},
197197
nameLabels: {
198198
fontSize: isMobile.value ? 12 : 18,
199-
color: colors.value.fgSubtle,
199+
color: colors.value.fg,
200200
},
201201
underlayerColor: colors.value.bg,
202202
},

0 commit comments

Comments
 (0)