Browse Source
Fix colors of icons in the modal
Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/2729/head
Joas Schilling
6 years ago
No known key found for this signature in database
GPG Key ID: 7076EA9751AACDDA
2 changed files with
2 additions and
1 deletions
-
css/icons.scss
-
src/components/LeftSidebar/NewGroupConversation/NewGroupConversation.vue
|
|
|
@ -9,6 +9,7 @@ |
|
|
|
@include icon-black-white('lobby', 'spreed', 1); |
|
|
|
|
|
|
|
.app-Talk, |
|
|
|
.talk-modal, |
|
|
|
#call-container { |
|
|
|
// We always want to use the white icons, this is why we don't use var(--color-white) here. |
|
|
|
.icon-public { |
|
|
|
|
|
|
|
@ -35,7 +35,7 @@ |
|
|
|
size="full" |
|
|
|
@close="closeModal"> |
|
|
|
<div |
|
|
|
class="new-group-conversation"> |
|
|
|
class="new-group-conversation talk-modal"> |
|
|
|
<div |
|
|
|
class="new-group-conversation__content"> |
|
|
|
<template |
|
|
|
|