create-flexireact 1.2.0 → 1.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -1128,7 +1128,7 @@ export function Features() {
|
|
|
1128
1128
|
<Card
|
|
1129
1129
|
key={index}
|
|
1130
1130
|
className="group p-8 transition-all duration-300 hover:border-[#00FF9C]/50 hover:shadow-[0_0_30px_rgba(0,255,156,0.1)] cursor-default animate-fade-up"
|
|
1131
|
-
style={{ animationDelay:
|
|
1131
|
+
style={{ animationDelay: (index * 0.1) + 's' }}
|
|
1132
1132
|
>
|
|
1133
1133
|
<div className="flex items-start gap-4">
|
|
1134
1134
|
<div className="p-3 rounded-xl bg-[#00FF9C]/10 text-[#00FF9C] group-hover:bg-[#00FF9C] group-hover:text-black transition-all duration-300">
|