🚸 Fix vat input size for better placeholder visibility

This commit is contained in:
Baptiste Arnaud
2024-02-06 16:33:47 +01:00
parent 3a70d837e9
commit 2fb0a4fcc6
2 changed files with 4 additions and 0 deletions

View File

@@ -161,6 +161,7 @@ export const PreCheckoutModal = ({
withVariableButton={false}
debounceTimeout={0}
placeholder={vatValuePlaceholder}
flexShrink={0}
/>
</HStack>
</FormControl>