fix: fixes gap in danger zone and removes placeholder message
This commit is contained in:
parent
d821962ca2
commit
4a9c4a93e0
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue