@@ -26,15 +26,15 @@ const {
2626 :is =" to ? NuxtLink : 'button'"
2727 :to
2828 :disabled
29- class =" flex justify -center items -center bg-linear-to-b rounded-full font-semibold disabled :opacity-40 aria- disabled:opacity-40 aria-disabled:pointer-events-none active :opacity-80 "
29+ class =" flex items -center justify -center rounded-full bg-linear-to-b font-semibold active :opacity-80 disabled:opacity-40 aria-disabled:pointer-events-none aria-disabled :opacity-40 "
3030 :class =" [
31- variant === 'primary' && 'from-gray-700 to-gray-900 text-white dark:from-gray-100 dark:to-gray-300 dark:text-black opacity-90 hover:opacity-95 ',
32- variant === 'secondary' && 'from-gray-300 to-gray-200 text-black dark:from-charcoal-600 dark:to-charcoal-700 dark:text-white opacity-90 hover:opacity-95 ',
31+ variant === 'primary' && 'from-gray-700 to-gray-900 text-white opacity-90 hover:opacity-95 dark:from-gray-100 dark:to-gray-300 dark:text-black',
32+ variant === 'secondary' && 'from-gray-300 to-gray-200 text-black opacity-90 hover:opacity-95 dark:from-charcoal-600 dark:to-charcoal-700 dark:text-white',
3333 variant === 'branded' && 'from-brand-500 to-brand-700 text-white hover:opacity-90',
34- variant === 'quaternary' && 'text-black dark:text-white hover:opacity-95',
35- size === 'md' && 'text -sm py-md px -sm',
36- size === 'lg' && 'text-md py-lg px-2xl ',
37- size === 'xl' && 'text-md py-xl px-3xl ',
34+ variant === 'quaternary' && 'text-black hover:opacity-95 dark:text-white ',
35+ size === 'md' && 'px -sm py-md text -sm',
36+ size === 'lg' && 'px-2xl py-lg text-md ',
37+ size === 'xl' && 'px-3xl py-xl text-md ',
3838 full ? 'w-full' : 'min-w-fit',
3939 ]"
4040 >
0 commit comments