Update views/replies chevron in story viewer

This commit is contained in:
Josh Perez 2022-07-28 20:15:20 -04:00 committed by GitHub
parent e1b60b927a
commit f09e6dcc7d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 22 additions and 7 deletions

View file

@ -136,11 +136,11 @@
content: '';
display: inline-block;
height: 20px;
margin-left: 12px;
margin-left: 6px;
vertical-align: middle;
width: 20px;
@include color-svg(
'../images/icons/v2/chevron-right-24.svg',
'../images/icons/v2/chevron-right-20.svg',
$color-white
);
}