Skip to content

Commit

Permalink
refactor: Update QasInfo component to include text styling
Browse files Browse the repository at this point in the history
  • Loading branch information
DouglasCalora committed Aug 13, 2024
1 parent 2b775da commit c66c321
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions ui/src/components/info/QasInfo.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div class="flex items-center no-wrap qas-info">
<div class="flex items-center no-wrap qas-info text-body1 text-grey-8">
<qas-avatar v-bind="defaultAvatarProps" />

<component
Expand Down Expand Up @@ -141,9 +141,6 @@ const textComponent = computed(() => {
return h(
'span',
{
class: 'text-body1 text-grey-8'
},
splitted
)
})
Expand Down

0 comments on commit c66c321

Please sign in to comment.