updated style
This commit is contained in:
@@ -18,7 +18,7 @@ const { variant, size, loading } = toRefs(props);
|
||||
// computed
|
||||
const classes = computed(() => {
|
||||
return [
|
||||
"flex items-center justify-center transition-all cursor-pointer",
|
||||
"flex items-center justify-center transition-all cursor-pointer max-lg:text-xs",
|
||||
{
|
||||
"btn-solid": variant.value === "solid",
|
||||
"btn-secondary": variant.value === "secondary",
|
||||
|
||||
Reference in New Issue
Block a user