Change avatar story ring color for light theme
This commit is contained in:
parent
7d36e4ce35
commit
cdb453c659
1 changed files with 5 additions and 1 deletions
|
@ -145,9 +145,13 @@
|
||||||
|
|
||||||
&--with-story {
|
&--with-story {
|
||||||
border-radius: 100%;
|
border-radius: 100%;
|
||||||
border: 2px solid $color-white-alpha-40;
|
border: 2px solid $color-black-alpha-40;
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
|
|
||||||
|
@include dark-theme {
|
||||||
|
border-color: $color-white-alpha-40;
|
||||||
|
}
|
||||||
|
|
||||||
&--unread {
|
&--unread {
|
||||||
border-color: $color-ultramarine-dawn;
|
border-color: $color-ultramarine-dawn;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue