File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments