Skip to content

Commit 5fbc939

Browse files
committed
style(docs): update border color for improved UI consistency
1 parent 24126c5 commit 5fbc939

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/pages/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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" />

0 commit comments

Comments
 (0)