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
parent
commit
c7768bab9b
No known key found for this signature in database GPG Key ID: 7076EA9751AACDDA
  1. 1
      css/icons.scss
  2. 2
      src/components/LeftSidebar/NewGroupConversation/NewGroupConversation.vue

1
css/icons.scss

@ -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 {

2
src/components/LeftSidebar/NewGroupConversation/NewGroupConversation.vue

@ -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

Loading…
Cancel
Save