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

@@ -56,7 +56,7 @@
{% endif %}
<div class="text-center">
{{ ui::button_outline(label=t(key="cart-continue", lang=lang | default(value='sk')), href="/shop") }}
{{ ui::button(variant="outline-secondary", label=t(key="cart-continue", lang=lang | default(value='sk')), href="/shop", pad="px-5 py-2") }}
</div>
</div>
{% endblock content %}