mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-22 02:34:33 +03:00
style: increase branch labels contrast
This commit is contained in:
parent
beb2887762
commit
d0d4a4cafe
@ -111,7 +111,7 @@
|
||||
align-items: center;
|
||||
gap: 2px;
|
||||
padding: 2px 4px 2px 6px;
|
||||
color: var(--clr-text-2);
|
||||
color: var(--clr-text-1);
|
||||
background-color: var(--clr-bg-1);
|
||||
border-radius: var(--radius-m);
|
||||
border: 1px solid var(--clr-border-2);
|
||||
|
@ -18,7 +18,7 @@
|
||||
</div>
|
||||
</Tooltip>
|
||||
|
||||
<div class="series-name text-12 text-semibold" class:contrast={showCounterLabel} class:selected>
|
||||
<div class="series-name text-12 text-semibold contrast" class:selected>
|
||||
<span class="truncate">{series[0]}</span>
|
||||
</div>
|
||||
|
||||
|
@ -24,6 +24,7 @@ export const DefaultStory: Story = {
|
||||
'feature/add-password-reset',
|
||||
'hotfix/correct-typo-in-readme'
|
||||
],
|
||||
showCounterLabel: true
|
||||
showCounterLabel: true,
|
||||
selected: false
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user