add some code

This commit is contained in:
2024-07-08 13:15:04 +02:00
parent 64c32bd452
commit 39e135d038
3 changed files with 92 additions and 2 deletions

View File

@ -26,7 +26,7 @@ const classes = ref({
class: `flex justify-center items-center disabled:opacity-60`,
},
outer: {
class: `bg-gradient-to-r from-accent1 to-accent2 p-[2px] w-full focus:outline-none ${
class: `p-[2px] w-full focus:outline-none ${
props.rounded ? "rounded-3xl" : ""
}`,
},