summaryrefslogtreecommitdiffstats
path: root/src/components/CallView
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-10-17 09:46:13 +0200
committerJoas Schilling <coding@schilljs.com>2022-10-17 09:46:13 +0200
commit28ba0027d04391349ba39fe01185b824040b6b68 (patch)
tree27c7ffc581e416c5e7efa8cef9f06a2013381558 /src/components/CallView
parent1d47c53513b2817439a397286e138abfe3ad653b (diff)
Fix broken size of raise hand icon
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'src/components/CallView')
-rw-r--r--src/components/CallView/shared/VideoBottomBar.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/CallView/shared/VideoBottomBar.vue b/src/components/CallView/shared/VideoBottomBar.vue
index 6a3a58e93..0755065ef 100644
--- a/src/components/CallView/shared/VideoBottomBar.vue
+++ b/src/components/CallView/shared/VideoBottomBar.vue
@@ -26,7 +26,7 @@
<div v-if="!connectionStateFailedNoRestart && model.attributes.raisedHand.state"
class="bottom-bar__statusIndicator">
<HandBackLeft class="handIndicator"
- size="18px"
+ :size="18"
fill-color="#ffffff" />
</div>
</transition>