-
This commit is contained in:
@ -23,17 +23,13 @@ const props = withDefaults(defineProps<ButtonProps>(), {
|
||||
|
||||
const classes = ref({
|
||||
root: {
|
||||
class: `flex justify-center items-center disabled:opacity-60`,
|
||||
class: ``,
|
||||
},
|
||||
outer: {
|
||||
class: `p-[2px] w-full focus:outline-none ${
|
||||
props.rounded ? "rounded-3xl" : ""
|
||||
}`,
|
||||
class: ``,
|
||||
},
|
||||
inner: {
|
||||
class: `justify-center flex items-center bg-white dark:bg-gradient-to-r px-5 py-2 w-full h-full font-semibold leading-[1.5] back ${
|
||||
props.rounded ? "rounded-3xl" : ""
|
||||
}`,
|
||||
class: ``,
|
||||
},
|
||||
} as PTAttribs);
|
||||
|
||||
|
Reference in New Issue
Block a user