Skip to content

Commit 89be982

Browse files
authored
chore: some visual update (#258)
1 parent 7940686 commit 89be982

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

apps/hub-telegram/app/components/RewardCard.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
<UButton
1919
variant="solid"
20+
color="secondary"
2021
size="xl"
2122
class="text-xl/5 font-bold justify-center min-w-24"
2223
trailing-icon="i-lucide-coins"

apps/hub-telegram/app/pages/navigation.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
<ActiveCard>
1212
<Section>
1313
<div class="flex flex-row gap-2.5 items-center">
14-
<UIcon :name="item.icon" class="size-5 shrink-0" />
15-
<h3 class="text-2xl/6 font-bold">
14+
<UIcon :name="item.icon" class="size-5 shrink-0 text-primary" />
15+
<h3 class="text-xl/5 font-bold">
1616
{{ item.label }}
1717
</h3>
1818
</div>

apps/hub-telegram/app/pages/point/index.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@
1717
<UButton
1818
to="/task"
1919
variant="solid"
20+
color="secondary"
2021
size="xl"
21-
class="font-bold w-full justify-center"
22+
class="text-lg/6 font-bold w-full justify-center"
2223
label="Хочу еще"
2324
/>
2425
</Section>

0 commit comments

Comments
 (0)