fix: update button size for new server action

This commit is contained in:
IMB11 2025-07-28 19:14:23 +01:00
parent 6a4c140420
commit daae37806c

View File

@ -5,7 +5,7 @@
<span class="text-sm sm:text-base text-secondary">View and manage all your servers</span> <span class="text-sm sm:text-base text-secondary">View and manage all your servers</span>
</div> </div>
<div class="sm:ml-auto"> <div class="sm:ml-auto">
<ButtonStyled color="green" :size="isMobile ? 'standard' : 'large'" class="w-full sm:w-auto"> <ButtonStyled color="green" size="large" class="w-full sm:w-auto">
<button class="flex items-center justify-center gap-2"> <button class="flex items-center justify-center gap-2">
<PlusIcon class="size-4" /> <PlusIcon class="size-4" />
<span>New server</span> <span>New server</span>