changed input style for automation schema setup
This commit is contained in:
parent
0927ab0691
commit
5d2612f547
|
@ -71,7 +71,7 @@
|
||||||
{/each}
|
{/each}
|
||||||
<div class="new-field" on:keyup={onInputEnter}>
|
<div class="new-field" on:keyup={onInputEnter}>
|
||||||
<Input
|
<Input
|
||||||
outline
|
primary
|
||||||
small
|
small
|
||||||
bind:value={addNewName}
|
bind:value={addNewName}
|
||||||
placeholder="Enter field name" />
|
placeholder="Enter field name" />
|
||||||
|
|
Loading…
Reference in New Issue