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

Update some font sizes and weights

This commit is contained in:
Andrew Kingston 2022-07-01 11:26:30 +01:00
parent 7794cebaff
commit c502eff614
2 changed files with 4 additions and 3 deletions

View file

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

View file

@ -122,7 +122,7 @@
<Heading size="S">{$store.name || "App"}</Heading>
</div>
<div class="topcenternav">
<Tabs {selected} size="M">
<Tabs {selected} size="L">
{#each $layout.children as { path, title }}
<Tab
quiet
@ -198,7 +198,7 @@
margin-bottom: -2px;
}
.topcenternav :global(.spectrum-Tabs-itemLabel) {
font-weight: bold !important;
font-weight: 600;
}
.toprightnav {