💄 Fix color assets and styles

This commit is contained in:
elhombretecla 2023-08-09 11:11:51 +02:00
parent af460536d1
commit bc14f59153
10 changed files with 18 additions and 20 deletions

View file

@ -36,16 +36,14 @@
display: flex;
align-items: center;
flex-grow: 1;
gap: $s-4;
padding: 0;
color: var(--title-foreground-color);
stroke: var(--title-foreground-color);
.collased-icon {
@include flexCenter;
height: $s-24;
width: $s-24;
border-radius: $br-8;
padding: 0 $s-4 0 $s-8;
padding-left: $s-8;
svg {
@extend .button-icon-small;
transform: rotate(90deg);