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
1 changed files with 2 additions and 2 deletions

View File

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