Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/components/Package/TrendsChart.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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"
>
<span class="i-lucide:undo-2 w-5 h-5" aria-hidden="true" />
<span class="block i-lucide:undo-2 w-5 h-5" aria-hidden="true" />
</button>
</div>

Expand Down
Loading