Skip to content

Commit f6ae284

Browse files
authored
Merge branch 'main' into module-replacements-v3
2 parents 91b46ba + 15b53bf commit f6ae284

File tree

17 files changed

+1717
-33
lines changed

17 files changed

+1717
-33
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)