fix(BackButton): vertical align styles

This commit is contained in:
Lukas Jakob 2023-03-04 12:18:21 -06:00
parent d3fe3a897c
commit d6ea7548ab
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,8 @@
color: var(--highlight);
font-weight: 400;
font-size: var(--font-size);
display: flex;
align-items: center;
}
.back-button svg {