Merge branch 'back-icon-opacity' into 'develop'

SubNavigation: fix transparency of Back button

See merge request soapbox-pub/soapbox-fe!838
This commit is contained in:
Alex Gleason 2021-11-02 01:17:08 +00:00
commit 004c2b76c4

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;