budibase/packages/builder/src/components/settings/TabTitle.svelte

14 lines
165 B
Svelte

<h3>
<slot />
</h3>
<style>
h3 {
font-size: 18px;
font-weight: bold;
color: var(--ink);
margin-top: 40px;
margin-bottom: 20px;
}
</style>