Skip to content

Commit 988bddc

Browse files
committed
fix: increase name labels slightly
1 parent 4c6751d commit 988bddc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/components/Compare/FacetBarChart.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ const config = computed<VueUiHorizontalBarConfig>(() => {
171171
style: {
172172
chart: {
173173
backgroundColor: colors.value.bg,
174-
height: 56 * props.packages.length,
174+
height: 60 * props.packages.length,
175175
layout: {
176176
bars: {
177177
rowColor: isDarkMode.value ? colors.value.borderSubtle : colors.value.bgSubtle,
@@ -190,7 +190,7 @@ const config = computed<VueUiHorizontalBarConfig>(() => {
190190
},
191191
},
192192
nameLabels: {
193-
fontSize: isMobile.value ? 12 : 16,
193+
fontSize: isMobile.value ? 12 : 18,
194194
color: colors.value.fgSubtle,
195195
},
196196
underlayerColor: colors.value.bg,

0 commit comments

Comments
 (0)