diff --git a/app/components/Package/TrendsChart.vue b/app/components/Package/TrendsChart.vue index 860036a1b..08b9c87aa 100644 --- a/app/components/Package/TrendsChart.vue +++ b/app/components/Package/TrendsChart.vue @@ -1729,10 +1729,10 @@ watch(selectedMetric, value => { v-if="showResetButton" type="button" aria-label="Reset date range" - class="self-end flex items-center justify-center px-2.5 py-1.75 border border-transparent rounded-md text-fg-subtle hover:text-fg transition-colors hover:border-border focus-visible:outline-accent/70 sm:mb-0" + class="self-end flex items-center justify-center px-2.5 py-2.25 border border-transparent rounded-md text-fg-subtle hover:text-fg transition-colors hover:border-border focus-visible:outline-accent/70 sm:mb-0" @click="resetDateRange" > -