diff options
Diffstat (limited to 'src/components/chat_panel')
| -rw-r--r-- | src/components/chat_panel/chat_panel.vue | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/components/chat_panel/chat_panel.vue b/src/components/chat_panel/chat_panel.vue index fc06f542..51b99563 100644 --- a/src/components/chat_panel/chat_panel.vue +++ b/src/components/chat_panel/chat_panel.vue @@ -11,7 +11,7 @@ > <div class="title"> <span>{{ $t('shoutbox.title') }}</span> - <i + <FAIcon v-if="floating" icon="times" /> @@ -63,7 +63,7 @@ @click.stop.prevent="togglePanel" > <div class="title"> - <FAIcon icon="bullhorn" /> + <FAIcon class="icon" icon="bullhorn" /> {{ $t('shoutbox.title') }} </div> </div> @@ -87,7 +87,8 @@ .chat-panel { .chat-heading { cursor: pointer; - .icon-comment-empty { + + .icon { color: $fallback--text; color: var(--text, $fallback--text); } |
