1
0
Fork 0
mirror of synced 2024-10-03 10:36:59 +13:00

fix: fixes gap in danger zone and removes placeholder message

This commit is contained in:
kevmodrome 2020-07-10 09:57:47 +02:00
parent d821962ca2
commit 4a9c4a93e0

View file

@ -30,7 +30,7 @@
on:input={e => (value = e.target.value)}
thin
disabled={loading}
placeholder="Enter your name"
placeholder=""
label="Type DELETE into the textbox, then click the following button to
delete your web app:" />
@ -46,7 +46,7 @@
<style>
.background {
display: grid;
grid-gap: var(--space);
grid-gap: 16px;
border-radius: 5px;
background-color: var(--light-grey);
padding: 12px 12px 18px 12px;