fix combo box in glass

This commit is contained in:
hamid zarghami
2026-06-21 15:30:08 +03:30
parent ed5df3d7b7
commit 97b1cddf85
4 changed files with 234 additions and 204 deletions
@@ -81,4 +81,3 @@ export const ShippingSection = ({ deliveryType, onDeliveryTypeChange }: Shipping
</section>
);
};