1
0
Fork 0
mirror of synced 2024-07-04 14:01:27 +12:00

Update drawer components to work with new styles

This commit is contained in:
Andrew Kingston 2021-07-20 10:58:07 +01:00
parent d58d977cd0
commit ee84cdcbdf
2 changed files with 2 additions and 2 deletions

View file

@ -40,7 +40,7 @@
<Button cta slot="buttons" on:click={save}>Save</Button>
<DrawerContent slot="body">
<div class="content">
<Layout gap="S">
<Layout gap="S" noPadding>
<Body size="S">Custom CSS overrides all other component styles.</Body>
<TextArea bind:value={tempValue} placeholder="Enter some CSS..." />
</Layout>

View file

@ -83,7 +83,7 @@
.container {
width: 100%;
max-width: 600px;
margin: var(--spacing-m) auto;
margin: 0 auto;
}
.links {
display: flex;