Skip to content

Commit 2a32486

Browse files
style: update the icon for the "load more" button
1 parent d343920 commit 2a32486

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

vue-client/index.html

+4
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@
2929
<path fill-rule="evenodd" d="M10 12.5a.5.5 0 0 1-.5.5h-8a.5.5 0 0 1-.5-.5v-9a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 .5.5v2a.5.5 0 0 0 1 0v-2A1.5 1.5 0 0 0 9.5 2h-8A1.5 1.5 0 0 0 0 3.5v9A1.5 1.5 0 0 0 1.5 14h8a1.5 1.5 0 0 0 1.5-1.5v-2a.5.5 0 0 0-1 0z"/>
3030
<path fill-rule="evenodd" d="M15.854 8.354a.5.5 0 0 0 0-.708l-3-3a.5.5 0 0 0-.708.708L14.293 7.5H5.5a.5.5 0 0 0 0 1h8.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3z"/>
3131
</symbol>
32+
33+
<symbol id="arrow-up" fill="currentColor" viewBox="0 0 16 16">
34+
<path fill-rule="evenodd" d="M8 15a.5.5 0 0 0 .5-.5V2.707l3.146 3.147a.5.5 0 0 0 .708-.708l-4-4a.5.5 0 0 0-.708 0l-4 4a.5.5 0 1 0 .708.708L7.5 2.707V14.5a.5.5 0 0 0 .5.5"/>
35+
</symbol>
3236
</svg>
3337

3438
<div id="app"></div>

vue-client/src/components/ChannelView/ChatPanel.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ const someoneIsTyping = computed(() => {
9292
outlined
9393
:loading="isLoading"
9494
@click="loadMore"
95-
icon="plus"
95+
icon="arrow-up"
9696
>
9797
Load more
9898
</v-btn>

0 commit comments

Comments
 (0)