1
0
Fork 0
mirror of synced 2024-08-31 17:51:11 +12:00

Update font sizes and weights

This commit is contained in:
Andrew Kingston 2022-07-01 12:03:04 +01:00
parent 2d0b797216
commit 2dda9caa32
2 changed files with 3 additions and 4 deletions

View file

@ -23,7 +23,7 @@
<Icon name={icon} />
{/if}
<div class="title">
<Heading>{title || ""}</Heading>
<Heading size="XXS">{title || ""}</Heading>
</div>
{#if showExpandIcon}
<Icon
@ -81,7 +81,6 @@
font-weight: 600;
text-overflow: ellipsis;
white-space: nowrap;
font-size: 15px;
}
.add-button {
flex: 0 0 30px;

View file

@ -119,10 +119,10 @@
hoverable
on:click={() => $goto("../../portal/apps")}
/>
<Heading size="S">{$store.name || "App"}</Heading>
<Heading size="XS">{$store.name || "App"}</Heading>
</div>
<div class="topcenternav">
<Tabs {selected} size="L">
<Tabs {selected} size="M">
{#each $layout.children as { path, title }}
<Tab
quiet