New compose UX for usernames/e164

Co-authored-by: Jamie Kyle <113370520+jamiebuilds-signal@users.noreply.github.com>
This commit is contained in:
Fedor Indutny
2024-02-08 15:19:03 -08:00
committed by GitHub
parent e69826dcc6
commit a329189489
42 changed files with 19223 additions and 142 deletions

View File

@@ -82,4 +82,16 @@
@include color-svg('../images/icons/v3/x/x-compact.svg', $color-gray-25);
}
}
&__description {
margin-block-start: 12px;
@include font-subtitle;
@include light-theme {
color: $color-gray-60;
}
@include dark-theme {
color: $color-gray-05;
}
}
}