Remove built-in padding from forms to be consistent with every other component

This commit is contained in:
Andrew Kingston 2021-07-05 10:19:59 +01:00
parent e969692952
commit a621ebe7b9
1 changed files with 0 additions and 8 deletions

View File

@ -164,11 +164,3 @@
{/if}
</div>
</Provider>
<style>
div {
padding: 20px;
position: relative;
background-color: var(--spectrum-alias-background-color-secondary);
}
</style>