From 4ed021280aa7c95581fd064d4adf0526bdffceb3 Mon Sep 17 00:00:00 2001 From: Dorian Date: Sun, 3 May 2026 18:56:24 +0100 Subject: [PATCH] custom chevron on selects with 16px right inset Native - - - - - +
+ + +
diff --git a/src/pages/checkout/ShippingStep.vue b/src/pages/checkout/ShippingStep.vue index 2f5216b..319df75 100644 --- a/src/pages/checkout/ShippingStep.vue +++ b/src/pages/checkout/ShippingStep.vue @@ -8,6 +8,7 @@ import { ref, computed } from 'vue' import { useRouter } from 'vue-router' import Input from '@/design-system/components/Input.vue' import Button from '@/design-system/components/Button.vue' +import Icon from '@/design-system/components/Icon.vue' import { useCheckoutStore } from '@/stores/checkout.js' import { useI18n } from '@/i18n/index.js' @@ -77,14 +78,22 @@ function onSubmit() { - +
+ + +
{{ t('checkout.field.country') }} * - +
+ + +