+
-
+
diff --git a/src/demo/Backgrounds/BallpitDemo.vue b/src/demo/Backgrounds/BallpitDemo.vue
new file mode 100644
index 0000000..ed8ec1f
--- /dev/null
+++ b/src/demo/Backgrounds/BallpitDemo.vue
@@ -0,0 +1,220 @@
+
+
+
+
+
+
+
+
+ {
+ count = val;
+ }
+ "
+ />
+
+ {
+ gravity = val;
+ }
+ "
+ />
+
+ {
+ friction = val;
+ }
+ "
+ />
+
+ {
+ wallBounce = val;
+ }
+ "
+ />
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/demo/Backgrounds/OrbDemo.vue b/src/demo/Backgrounds/OrbDemo.vue
new file mode 100644
index 0000000..30a1513
--- /dev/null
+++ b/src/demo/Backgrounds/OrbDemo.vue
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+ {
+ hue = val;
+ }
+ "
+ />
+
+ {
+ hoverIntensity = val;
+ }
+ "
+ />
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/utils/utils.ts b/src/utils/utils.ts
index 6cef582..d3c59a8 100644
--- a/src/utils/utils.ts
+++ b/src/utils/utils.ts
@@ -40,7 +40,7 @@ export const customToastStyles = {
message: {
style: {
borderRadius: '10px',
- border: '1px solid #142216',
+ border: '1px solid #333',
backgroundColor: '#0b0b0b'
}
},