Cosmetics

pull/4696/head
Cagatay Civici 2023-10-25 18:58:15 +03:00
parent 411d580780
commit 12333edd7c
1 changed files with 4 additions and 4 deletions

View File

@ -11,7 +11,7 @@
<span class="font-bold text-900">Amy Elsner</span>
</div>
<div class="font-medium text-lg my-3 text-900">{{ slotProps.message.summary }}</div>
<Button severity="success" outlined class="p-button-sm" label="Reply" @click="onReply()"></Button>
<Button class="p-button-sm" label="Reply" @click="onReply()"></Button>
</div>
</template>
</Toast>
@ -35,7 +35,7 @@ export default {
<span class="font-bold text-900">Amy Elsner</span>
</div>
<div class="font-medium text-lg my-3 text-900">{{ slotProps.message.summary }}</div>
<Button severity="success" outlined class="p-button-sm" label="Reply" @click="onReply()"></Button>
<Button class="p-button-sm" label="Reply" @click="onReply()"></Button>
</div>
</template>
</Toast>
@ -52,7 +52,7 @@ export default {
<span class="font-bold text-900">Amy Elsner</span>
</div>
<div class="font-medium text-lg my-3 text-900">{{ slotProps.message.summary }}</div>
<Button severity="success" outlined class="p-button-sm" label="Reply" @click="onReply()"></Button>
<Button class="p-button-sm" label="Reply" @click="onReply()"></Button>
</div>
</template>
</Toast>
@ -96,7 +96,7 @@ export default {
<span class="font-bold text-900">Amy Elsner</span>
</div>
<div class="font-medium text-lg my-3 text-900">{{ slotProps.message.summary }}</div>
<Button severity="success" outlined class="p-button-sm" label="Reply" @click="onReply()"></Button>
<Button class="p-button-sm" label="Reply" @click="onReply()"></Button>
</div>
</template>
</Toast>