From 7826faf092dfe8f07150f39aef9588e108794ff3 Mon Sep 17 00:00:00 2001
From: Nico Hinderling <NicoHinderling@users.noreply.github.com>
Date: Wed, 12 Mar 2025 13:52:38 -0700
Subject: [PATCH 1/2] testing

---
 ios/HackerNews/Utils/Previews.swift | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ios/HackerNews/Utils/Previews.swift b/ios/HackerNews/Utils/Previews.swift
index 45de93fd..84bf0c40 100644
--- a/ios/HackerNews/Utils/Previews.swift
+++ b/ios/HackerNews/Utils/Previews.swift
@@ -130,7 +130,7 @@ struct PreviewHelpers {
       hideUrl: "",
       flagUrl: "",
       text: text ?? """
-        Totally useless commentary:
+        Very much Totally useless commentary:
         It makes me deeply happy to hear success stories like this for a project that's moving in the correctly opposite direction to that of the rest of the world.
 
         Engildification. Of which there should be more!

From 1ffdf586248f400ccd1ecb6233062115e40a1d0b Mon Sep 17 00:00:00 2001
From: Nico Hinderling <NicoHinderling@users.noreply.github.com>
Date: Wed, 28 May 2025 13:35:49 -0700
Subject: [PATCH 2/2] random update

---
 ios/HackerNews/Stories/StoryRow.swift | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ios/HackerNews/Stories/StoryRow.swift b/ios/HackerNews/Stories/StoryRow.swift
index 2e2dc498..97a9b093 100644
--- a/ios/HackerNews/Stories/StoryRow.swift
+++ b/ios/HackerNews/Stories/StoryRow.swift
@@ -125,7 +125,7 @@ struct StoryRowLoadingState: View {
         HStack(spacing: 4) {
           Image(systemName: "clock")
             .font(.system(size: 12))
-            .foregroundColor(.purple)
+            .foregroundColor(.primary)
             .redacted(reason: .placeholder)
           Text("2h ago")
             .font(theme.userSansFont(size: 12, weight: .medium))