File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11<template >
22 <div
3- class =" bg-neutral-50 dark:bg-neutral-900 lg:px-4 min-h-screen flex items-center justify-center flex-col"
3+ class =" bg-background lg:px-4 min-h-screen flex items-center justify-center flex-col"
44 >
55 <main
66 class =" sm:py-18 sm:gap-8 container relative mx-auto grid grid-cols-12 px-6 py-16 md:gap-16 md:py-24 lg:gap-16 lg:px-16 lg:py-24 xl:px-20"
99 class =" relative col-span-12 mb-16 md:col-span-7 md:mb-0 lg:col-span-6"
1010 >
1111 <div
12- class =" relative lg:mx-auto lg:max-w-md 2xl:max-w-md bg-white dark:bg-neutral-800 rounded-2xl"
12+ class =" relative lg:mx-auto lg:max-w-md 2xl:max-w-md bg-secondary rounded-2xl"
1313 >
1414 <div
1515 :class =" classes[brandColor]"
230230 :key =" v.id"
231231 :value =" v.id"
232232 @click.prevent =" view = v.id"
233- :variant =" view === v.id ? 'default ' : 'outline '"
233+ :variant =" view === v.id ? 'brand ' : 'default '"
234234 class =" focus:outline-none rounded text-sm"
235235 >
236236 {{ v.title }}
You can’t perform that action at this time.
0 commit comments