add some code
This commit is contained in:
@ -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" : ""
|
||||
}`,
|
||||
},
|
||||
|
Reference in New Issue
Block a user