mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-18 06:22:28 +03:00
style: Add text style to BranchFooter component.
This commit is contained in:
parent
660d296745
commit
de79c024ed
@ -56,12 +56,17 @@
|
||||
}}
|
||||
/>
|
||||
{:else}
|
||||
Branch {$branch.name} is up to date with the remote.
|
||||
<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);
|
||||
|
Loading…
Reference in New Issue
Block a user