Skip to content

Commit 58bbca7

Browse files
committed
feat: restore css overrides in sparkline chart
1 parent 906cddd commit 58bbca7

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

app/components/PackageWeeklyDownloadStats.vue

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,3 +131,16 @@ const config = computed(() => ({
131131
/>
132132
</ChartModal>
133133
</template>
134+
135+
<style>
136+
/** Overrides */
137+
.vue-ui-sparkline-title span {
138+
padding: 0 !important;
139+
letter-spacing: 0.04rem;
140+
}
141+
.vue-ui-sparkline text {
142+
font-family:
143+
Geist Mono,
144+
monospace !important;
145+
}
146+
</style>

0 commit comments

Comments
 (0)