File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ function getDelay(index: number) {
130130 :initial =" { opacity: 0, y: 20 }"
131131 :animate =" { opacity: 1, y: 0 }"
132132 :transition =" getDelay(index)"
133- class =" group bg-white/40 dark:bg-white/5 backdrop-blur-xl p-6 rounded-2xl border border-white/50 dark: border-white/10 shadow-lg shadow-gray-200/20 dark:shadow-none hover:bg-white/60 dark:hover:bg-white/10 hover:border-white/80 dark:hover:border-white/20 hover:-translate-y-1 transition-all duration-300"
133+ class =" group bg-white/40 dark:bg-white/5 backdrop-blur-xl p-6 rounded-2xl border border-border shadow-lg shadow-gray-200/20 dark:shadow-none hover:bg-white/60 dark:hover:bg-white/10 hover:border-white/80 dark:hover:border-white/20 hover:-translate-y-1 transition-all duration-300"
134134 >
135135 <div class =" text-3xl mb-4 p-3 rounded-xl bg-gray-50 dark:bg-white/5 w-fit" :class =" feature.class" >
136136 <SIcon :icon =" feature.icon" />
You can’t perform that action at this time.
0 commit comments