Skip to content

Commit

Permalink
Fix viewed status icon in left pane
Browse files Browse the repository at this point in the history
Co-authored-by: Evan Hahn <69474926+EvanHahn-Signal@users.noreply.github.com>
  • Loading branch information
automated-signal and EvanHahn-Signal committed Oct 12, 2021
1 parent 9166039 commit 4ccf07e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion stylesheets/_modules.scss
Expand Up @@ -6031,7 +6031,8 @@ button.module-image__border-overlay:focus {
width: 18px;
}

&--read {
&--read,
&--viewed {
@include normal-status-icon('../images/read.svg');
width: 18px;
}
Expand Down

0 comments on commit 4ccf07e

Please sign in to comment.