Change avatar story ring color for light theme

This commit is contained in:
Josh Perez 2022-08-24 14:29:51 -04:00 committed by GitHub
parent 7d36e4ce35
commit cdb453c659
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -145,9 +145,13 @@
&--with-story {
border-radius: 100%;
border: 2px solid $color-white-alpha-40;
border: 2px solid $color-black-alpha-40;
padding: 3px;
@include dark-theme {
border-color: $color-white-alpha-40;
}
&--unread {
border-color: $color-ultramarine-dawn;
}