UI for when read receipts are turned off

This commit is contained in:
Josh Perez
2022-08-31 12:11:14 -04:00
committed by GitHub
parent 7632f31cf2
commit 39143015c5
8 changed files with 135 additions and 33 deletions

View File

@@ -208,6 +208,11 @@
&__copy-icon {
@include color-svg('../images/icons/v2/copy-outline-24.svg', $color-white);
}
&__read-receipts-off {
color: $color-gray-25;
margin: 160px 16px;
}
}
.Tabs.StoryViewsNRepliesModal__tabs {