1
0
Fork 0
mirror of synced 2024-09-15 00:38:01 +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} /> <Icon name={icon} />
{/if} {/if}
<div class="title"> <div class="title">
<Heading size="XS">{title || ""}</Heading> <Heading>{title || ""}</Heading>
</div> </div>
{#if showExpandIcon} {#if showExpandIcon}
<Icon <Icon
@ -81,6 +81,7 @@
font-weight: 600; font-weight: 600;
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap; white-space: nowrap;
font-size: 15px;
} }
.add-button { .add-button {
flex: 0 0 30px; flex: 0 0 30px;

View file

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