Skip to content

Commit 1ab6733

Browse files
committed
chore: update
1 parent 6b4e29a commit 1ab6733

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/components/Package/VersionDistribution.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ const endDate = computed(() => {
341341
<button
342342
type="button"
343343
:class="[
344-
'px-4 py-2.3 font-mono text-sm transition-colors rounded-s-lg',
344+
'px-4 py-4 font-mono text-sm leading-none transition-colors rounded-s-lg',
345345
groupingMode === 'major'
346346
? 'bg-accent text-bg font-medium'
347347
: 'text-fg-subtle hover:text-fg hover:bg-bg-subtle/50',
@@ -356,7 +356,7 @@ const endDate = computed(() => {
356356
<button
357357
type="button"
358358
:class="[
359-
'px-4 py-2.3 font-mono text-sm transition-colors rounded-e-lg border-is border-border',
359+
'px-4 py-4 font-mono text-sm leading-none transition-colors rounded-e-lg border-is border-border',
360360
groupingMode === 'minor'
361361
? 'bg-accent text-bg font-medium'
362362
: 'text-fg-subtle hover:text-fg hover:bg-bg-subtle/50',

0 commit comments

Comments
 (0)