style: Add text style to BranchFooter component.

This commit is contained in:
Kiril Videlov 2024-05-22 14:44:23 +02:00
parent 660d296745
commit de79c024ed

View File

@ -56,12 +56,17 @@
}}
/>
{:else}
<span class="text-base-body-11 text-in-the-bottom">
Branch {$branch.name} is up to date with the remote.
</span>
{/if}
</div>
{/if}
<style lang="postcss">
.text-in-the-bottom {
color: var(--clr-scale-ntrl-50);
}
.actions {
background: var(--clr-bg-1);
padding: var(--size-16);