SubNavigation: fix transparency of Back button

This commit is contained in:
Alex Gleason 2021-11-01 20:16:29 -05:00
parent 4968854b9c
commit 31945bfd64
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -152,7 +152,8 @@
display: flex;
align-items: center;
justify-content: center;
color: var(--primary-text-color--faint);
color: var(--primary-text-color);
opacity: 0.6;
.svg-icon {
margin-right: 7px;