production #4

Merged
levis merged 18 commits from production into develop 2025-06-14 08:20:01 +00:00
40 changed files with 533 additions and 78 deletions
Showing only changes of commit 7a815b00b4 - Show all commits

View File

@ -1,7 +1,7 @@
<template> <template>
<component <component
:is="tag" :is="tag"
class="px-14 py-4 rounded-[20px] text-[30px] cursor-pointer" class="px-14 py-4 rounded-[20px] text-[30px] cursor-pointer shadow-[0px_16px_50px_-16px_rgba(229,30,125,1)]"
:class="[baseStyle, size]" :class="[baseStyle, size]"
data-ui="ui-button" data-ui="ui-button"
> >