Skip to content

Commit 65ea1cd

Browse files
committed
fix: update reset button size in trends chart
1 parent 6c45417 commit 65ea1cd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/components/Package/TrendsChart.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1729,10 +1729,10 @@ watch(selectedMetric, value => {
17291729
v-if="showResetButton"
17301730
type="button"
17311731
aria-label="Reset date range"
1732-
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"
1732+
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"
17331733
@click="resetDateRange"
17341734
>
1735-
<span class="i-lucide:undo-2 w-5 h-5" aria-hidden="true" />
1735+
<span class="block i-lucide:undo-2 w-5 h-5" aria-hidden="true" />
17361736
</button>
17371737
</div>
17381738

0 commit comments

Comments
 (0)