this broke nice UI for more clear usage of penguin ui

This commit is contained in:
Priec
2026-06-17 22:52:07 +02:00
parent 0754e014a3
commit ae99ec079f
14 changed files with 72 additions and 57 deletions

View File

@@ -212,7 +212,7 @@
<span>{{ t(key="cart-total", lang=lang | default(value='sk')) }}</span>
<span class="tabular-nums text-primary dark:text-primary-dark" x-text="fmt(subtotal + carrierPrice) + ' {{ currency }}'"></span>
</div>
{{ ui::button_primary(label=t(key="checkout-place-order", lang=lang | default(value='sk')), type="submit", attrs=':disabled="!canSubmit"', extra="w-full disabled:opacity-40") }}
{{ ui::button(label=t(key="checkout-place-order", lang=lang | default(value='sk')), type="submit", attrs=':disabled="!canSubmit"', extra="w-full", pad="px-6 py-2.5") }}
</aside>
</form>
{% endblock content %}