Change colour of unread count dot to primary fg
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
8546d09fc4
commit
2b260a69a0
1 changed files with 2 additions and 0 deletions
|
@ -42,6 +42,8 @@ limitations under the License.
|
||||||
// These are the 3 background types
|
// These are the 3 background types
|
||||||
|
|
||||||
&.mx_NotificationBadge_dot {
|
&.mx_NotificationBadge_dot {
|
||||||
|
background-color: $primary-fg-color; // increased visibility
|
||||||
|
|
||||||
width: 6px;
|
width: 6px;
|
||||||
height: 6px;
|
height: 6px;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
|
|
Loading…
Reference in a new issue