Skip to content

Commit

Permalink
fix(style): don't pass data-theme-dark
Browse files Browse the repository at this point in the history
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
  • Loading branch information
Antreesy committed May 16, 2024
1 parent 97b19de commit 9f29db6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TopBar/TopBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
-->

<template>
<div class="top-bar" :style="topBarStyle" :data-theme-dark="isInCall">
<div class="top-bar" :style="topBarStyle" :data-theme-dark="isInCall ? true : undefined">
<ConversationIcon :key="conversation.token"
class="conversation-icon"
:offline="isPeerInactive"
Expand Down

0 comments on commit 9f29db6

Please sign in to comment.