Skip to content

Commit 71eba9d

Browse files
iiio2shuuji3alexdln
authored
fix: improve versions modal input alignment (#1553)
Co-authored-by: TAKAHASHI Shuuji <id@shuuji3.xyz> Co-authored-by: Vordgi <sasha2822222@gmail.com>
1 parent b6eb04f commit 71eba9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)