style: update border style and color for a container and adjust text color and line height for span element

This commit is contained in:
Pavel Laptev 2024-02-11 23:03:41 +01:00 committed by GitButler
parent 920d0e96a8
commit 2b5a8978d4

View File

@ -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>