Skip to content

Commit e70ef85

Browse files
committed
fix: remove unnecessary class
1 parent 8992ed5 commit e70ef85

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

app/components/Package/Maintainers.vue

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -270,12 +270,7 @@ watch(
270270
/>
271271
</form>
272272
</div>
273-
<ButtonBase
274-
v-else
275-
type="button"
276-
class="w-full px-3 py-1.5 font-mono text-xs text-fg-muted bg-bg-subtle border border-border rounded transition-colors duration-200 hover:text-fg hover:border-border-hover focus-visible:outline-accent/70"
277-
@click="showAddOwner = true"
278-
>
273+
<ButtonBase v-else type="button" @click="showAddOwner = true">
279274
{{ $t('package.maintainers.add_owner') }}
280275
</ButtonBase>
281276
</div>

0 commit comments

Comments
 (0)