mirror of
https://github.com/modrinth/code.git
synced 2026-09-04 22:10:15 +00:00
fix checkbox
This commit is contained in:
@@ -58,9 +58,13 @@
|
|||||||
<HCaptcha v-if="globals?.captcha_enabled" :ref="onSetCaptchaRef" v-model="tokenModel" />
|
<HCaptcha v-if="globals?.captcha_enabled" :ref="onSetCaptchaRef" v-model="tokenModel" />
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<div class="flex gap-2.5 rounded-2xl border border-solid border-surface-5 p-3 leading-normal">
|
<div class="flex gap-2.5 rounded-2xl border border-solid border-surface-5 p-3">
|
||||||
<Checkbox v-model="subscribeModel" class="text-left" />
|
<Checkbox
|
||||||
<div>{{ formatMessage(messages.subscribeLabel) }}</div>
|
v-model="subscribeModel"
|
||||||
|
class="text-left leading-snug text-primary transition-all hover:brightness-100"
|
||||||
|
:label="formatMessage(messages.subscribeLabel)"
|
||||||
|
:description="formatMessage(messages.subscribeLabel)"
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<ButtonStyled color="brand">
|
<ButtonStyled color="brand">
|
||||||
|
|||||||
Reference in New Issue
Block a user