Skip to content

Commit 3e0e10e

Browse files
committed
Fix archived messages size
1 parent a5b4a9e commit 3e0e10e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/app/components/MessageThread.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ function onInstallApp() {
4545
/>
4646
<div
4747
v-if="!threadsStore.loadingThreads && threadsStore.archivedThreads"
48-
class="bg-warning py-1 text-center text-uppercase text-title-large"
48+
class="bg-warning py-1 text-center text-uppercase text-title-medium"
4949
>
5050
Archived Messages
5151
</div>

0 commit comments

Comments
 (0)