Browse Source

Improve style of frontend settings placeholder text

pull/4023/head
Andrew Kingston 6 years ago
parent
commit
7af86f089d
  1. 8
      packages/builder/src/components/userInterface/SettingsView.svelte

8
packages/builder/src/components/userInterface/SettingsView.svelte

@ -124,14 +124,14 @@
{/if}
{/each}
{:else}
<div>
<span>This component does not have any settings.</span>
</div>
<div>This component does not have any settings.</div>
{/if}
<style>
div {
text-align: center;
font-size: var(--font-size-s);
margin-top: var(--spacing-m);
color: var(--grey-6);
}
.duplicate-name {

Loading…
Cancel
Save