Skip to content

Commit

Permalink
style: update the icon for the "load more" button
Browse files Browse the repository at this point in the history
  • Loading branch information
darrachequesne committed Jan 12, 2024
1 parent d343920 commit 2a32486
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions vue-client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@
<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"/>
<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"/>
</symbol>

<symbol id="arrow-up" fill="currentColor" viewBox="0 0 16 16">
<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"/>
</symbol>
</svg>

<div id="app"></div>
Expand Down
2 changes: 1 addition & 1 deletion vue-client/src/components/ChannelView/ChatPanel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ const someoneIsTyping = computed(() => {
outlined
:loading="isLoading"
@click="loadMore"
icon="plus"
icon="arrow-up"
>
Load more
</v-btn>
Expand Down

0 comments on commit 2a32486

Please sign in to comment.