#7750 - first-beta-review #95

Merged
jsegarra merged 26 commits from wbuezas/hedera-web-mindshore:first-beta-review into beta 2024-12-09 23:18:07 +00:00
1 changed files with 5 additions and 8 deletions
Showing only changes of commit f52ee3f649 - Show all commits

View File

@ -76,7 +76,7 @@ const { t } = useI18n();
<div class="row justify-between items-cente q-gutter-x-xs"> <div class="row justify-between items-cente q-gutter-x-xs">
<QBadge <QBadge
:label="`x${item.grouping}`" :label="`x${item.grouping}`"
color="grey" color="grey-4"
class="col-2 justify-end text-body2" class="col-2 justify-end text-body2"
> >
<QTooltip> <QTooltip>
@ -86,8 +86,7 @@ const { t } = useI18n();
<QBadge <QBadge
outline outline
:label="item.available" :label="item.available"
color="accent" color="grey-6"
text-color="black"
class="col justify-end text-body2" class="col justify-end text-body2"
> >
<QTooltip> <QTooltip>
@ -98,7 +97,6 @@ const { t } = useI18n();
outline outline
:label="currency(item.price)" :label="currency(item.price)"
color="accent" color="accent"
text-color="black"
class="col justify-end text-body2" class="col justify-end text-body2"
> >
<QTooltip> <QTooltip>
@ -155,7 +153,8 @@ const { t } = useI18n();
<div class="row justify-end items-center q-gutter-x-xs q-mt-sm"> <div class="row justify-end items-center q-gutter-x-xs q-mt-sm">
<QBadge <QBadge
:label="`x${item.grouping}`" :label="`x${item.grouping}`"
color="grey" color="grey-4"
text-color="black"
class="col-2 justify-end text-body2" class="col-2 justify-end text-body2"
> >
<QTooltip> <QTooltip>
@ -165,8 +164,7 @@ const { t } = useI18n();
<QBadge <QBadge
outline outline
:label="item.available" :label="item.available"
color="accent" color="grey-6"
text-color="black"
class="col-3 justify-end text-body2" class="col-3 justify-end text-body2"
> >
<QTooltip> <QTooltip>
@ -177,7 +175,6 @@ const { t } = useI18n();
outline outline
:label="currency(item.price)" :label="currency(item.price)"
color="accent" color="accent"
text-color="black"
class="col-3 justify-end text-body2" class="col-3 justify-end text-body2"
> >
<QTooltip> <QTooltip>