mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-20 16:11:46 +03:00
style: update border style and color for a container and adjust text color and line height for span element
This commit is contained in:
parent
920d0e96a8
commit
2b5a8978d4
@ -36,10 +36,11 @@
|
||||
background-color: var(--clr-theme-container-light);
|
||||
border-radius: var(--space-16);
|
||||
margin-left: calc(var(--space-4) * -1);
|
||||
outline: 1px solid var(--clr-theme-container-outline-light);
|
||||
border: 1px solid var(--clr-theme-container-outline-light);
|
||||
|
||||
& span {
|
||||
color: var(--clr-theme-scale-ntrl-40);
|
||||
color: var(--clr-theme-scale-ntrl-0);
|
||||
line-height: 1;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user