Fix linting.

This commit is contained in:
elweyn 2023-07-26 14:00:59 +02:00
parent fd33f11ab4
commit ad74448696
2 changed files with 4 additions and 4 deletions

View File

@ -36,7 +36,7 @@
<ds-flex v-if="singleRoom">
<ds-flex-item centered class="single-chat-bubble">
<nuxt-link :to="{ name: 'chat' }">
<base-button icon="expand" circle size="small"/>
<base-button icon="expand" size="small" circle />
</nuxt-link>
</ds-flex-item>
<ds-flex-item centered>
@ -45,7 +45,7 @@
@click="$emit('close-single-room', true)"
>
<slot name="menu-icon">
<base-button icon="close" circle size="small"/>
<base-button icon="close" size="small" circle />
</slot>
</div>
</ds-flex-item>

View File

@ -77,8 +77,8 @@ const STYLE = {
colorTag: '#0d579c',
backgroundImage: '#ddd',
colorNewMessages: styleData.chatNewMessageColor,
backgroundScrollCounter: styleData.chatRoomBackgroundCounterBadge, // styleData.chatRoomBackgroundCounterBadge,
colorScrollCounter: styleData.chatRoomColorCounterBadge, //styleData.chatRoomColorCounterBadge,
backgroundScrollCounter: styleData.chatRoomBackgroundCounterBadge,
colorScrollCounter: styleData.chatRoomColorCounterBadge,
backgroundReaction: '#eee',
borderStyleReaction: '1px solid #eee',
backgroundReactionHover: '#fff',