diff --git a/frontend/src/components/General/Input.svelte b/frontend/src/components/General/Input.svelte index 30b6977..ff1248c 100644 --- a/frontend/src/components/General/Input.svelte +++ b/frontend/src/components/General/Input.svelte @@ -10,6 +10,8 @@ export let alt = undefined; export let width = undefined; export let height = undefined; + export let value = ''; + export let placeholder = ''; // Import the main colors from the store let firstColor, secondColor, thirdColor, fourthColor, okColor, nokColor, whiteColor @@ -37,10 +39,10 @@

{label}

{#if type === 'large'} -