diff --git a/app/_offline/page.tsx b/app/_offline/page.tsx index cec811b..7ac04e5 100644 --- a/app/_offline/page.tsx +++ b/app/_offline/page.tsx @@ -3,7 +3,7 @@ export default function OfflinePage() { return (
InnerHue needs an internet connection for full experience. Cached content may still be visible. diff --git a/app/about/page.tsx b/app/about/page.tsx index a0a9be0..f7b8b29 100644 --- a/app/about/page.tsx +++ b/app/about/page.tsx @@ -74,7 +74,7 @@ export default function AboutUs() { Our Mission
- In a world that never stops moving, it's easy to lose touch with how we really feel. + In a world that never stops moving, it's easy to lose touch with how we really feel. InnerHue was born from a simple belief: acknowledging your emotions is the first step towards well-being. We aim to provide a safe, beautiful, and intuitive space where you can pause, reflect, and find clarity amidst the chaos.
@@ -92,7 +92,7 @@ export default function AboutUs() {InnerHue uses color psychology and mood tracking to help you visualize your emotional state. By selecting your current mood, you unlock personalized journal prompts, inspirational quotes, and - curated resources designed to support exactly how you're feeling right now. + curated resources designed to support exactly how you're feeling right now.
@@ -106,8 +106,8 @@ export default function AboutUs() {- Whether you're feeling overwhelmed, ecstatic, or somewhere in between, InnerHue is here for you. - We believe that every emotion is valid and deserves to be heard. There is no "right" or "wrong" way to feelβonly + Whether you're feeling overwhelmed, ecstatic, or somewhere in between, InnerHue is here for you. + We believe that every emotion is valid and deserves to be heard. There is no "right" or "wrong" way to feelβonly your unique human experience.
@@ -118,7 +118,7 @@ export default function AboutUs() { className="md:col-span-2 text-center py-12" >
Thank you for being part of our journey.
diff --git a/app/globals.css b/app/globals.css
index 2a6b7db..cf3f2d3 100644
--- a/app/globals.css
+++ b/app/globals.css
@@ -164,4 +164,22 @@
[data-framer-motion],
[style*="transform"] {
transition-property: background-color, border-color, color, box-shadow;
+}
+
+/* Custom scrollbar for streak detail timeline */
+.custom-scrollbar::-webkit-scrollbar {
+ width: 4px;
+}
+
+.custom-scrollbar::-webkit-scrollbar-track {
+ background: transparent;
+}
+
+.custom-scrollbar::-webkit-scrollbar-thumb {
+ background: rgba(255, 255, 255, 0.1);
+ border-radius: 4px;
+}
+
+.custom-scrollbar::-webkit-scrollbar-thumb:hover {
+ background: rgba(255, 255, 255, 0.2);
}
\ No newline at end of file
diff --git a/app/page.tsx b/app/page.tsx
index 030cc30..775efcd 100644
--- a/app/page.tsx
+++ b/app/page.tsx
@@ -99,7 +99,7 @@ export default function Home() {
}, []);
return (
-
@@ -152,7 +152,7 @@ export default function Home() {