Skip to content

Commit

Permalink
input areas skeleton styles
Browse files Browse the repository at this point in the history
  • Loading branch information
goranbs committed Jul 25, 2023
1 parent 6d11388 commit c988736
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
<label class="ml-5"
>{param.name}:
<span>
<input type="text" bind:value={taskList[i].arguments.parameters[j].value} />
<input class="input variant-form-material" type="text" bind:value={taskList[i].arguments.parameters[j].value} />
</span></label
>
{/each}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<label class="label">
Project template
<br/>
<textarea rows="8" cols="50" bind:value={formData.template} placeholder="Enter argo workflow template (JSON/YAML)..." ></textarea>
<textarea class="textarea" rows="8" cols="50" bind:value={formData.template} placeholder="Enter argo workflow template (JSON/YAML)..." ></textarea>
</label>
</form>
<footer class="modal-footer {parent.regionFooter}">
Expand Down

0 comments on commit c988736

Please sign in to comment.