mirror of
https://github.com/modrinth/code.git
synced 2026-08-31 03:55:59 +00:00
fix loading icon color
This commit is contained in:
@@ -16,7 +16,10 @@
|
||||
class="flex size-16 items-center justify-center rounded-xl border-[1px] border-solid border-button-border bg-button-bg shadow-sm"
|
||||
>
|
||||
<ServerIcon :image="image ?? undefined" :disabled="isDisabled" />
|
||||
<SpinnerIcon v-if="isProvisioning || isUpgrading" class="size-8 animate-spin absolute" />
|
||||
<SpinnerIcon
|
||||
v-if="isProvisioning || isUpgrading"
|
||||
class="size-8 animate-spin absolute text-contrast"
|
||||
/>
|
||||
<LockIcon v-else class="size-8 absolute" />
|
||||
</div>
|
||||
<ServerIcon v-else :image="image ?? undefined" :disabled="isDisabled" />
|
||||
|
||||
Reference in New Issue
Block a user