Skip to content

Commit c343d95

Browse files
committed
Add Lottie animations and improve styling across components
1 parent 32f1478 commit c343d95

25 files changed

+104
-2701
lines changed

global.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,7 @@
99
.text {
1010
@apply text-zinc-800 dark:text-zinc-200;
1111
}
12+
13+
.bg {
14+
@apply bg-zinc-100 dark:bg-black;
15+
}
File renamed without changes.

src/assets/animations/animations.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
const Animations = {
2+
'broken-clouds': require('./lottie/broken-clouds.lottie'),
3+
'coming-soon': require('./lottie/coming-soon.lottie'),
4+
welcome: require('./lottie/welcome.lottie'),
5+
}
6+
7+
export default Animations

0 commit comments

Comments
 (0)