Skip to content

Commit b1a97ff

Browse files
committed
reduced mobile header icon stroke width
1 parent f3e254f commit b1a97ff

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/components/chat-header.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,16 +74,16 @@ function onShowConversationsClick() {
7474
</div>
7575
</div>
7676
<div class="settings-btn" @click="toggleSidebar">
77-
<Settings :stroke-width="1.00" :size="30" />
77+
<Settings :stroke-width="0.5" :size="30" />
7878
</div>
7979
<div class="trash-btn" @click="deleteCurrentConversation">
80-
<Trash2 :stroke-width="1.00" :size="30" />
80+
<Trash2 :stroke-width="0.5" :size="30" />
8181
</div>
8282
<div class="saved-conversations-dropdown" @click="onShowConversationsClick">
83-
<MessagesSquare :stroke-width="1.00" :size="30" />
83+
<MessagesSquare :stroke-width="0.5" :size="30" />
8484
</div>
8585
<span class="save-icon" @click="clearMessages">
86-
<SquarePlus :stroke-width="1.00" :size="30" />
86+
<SquarePlus :stroke-width="0.5" :size="30" />
8787
</span>
8888
</div>
8989
</template>

0 commit comments

Comments
 (0)