From 63a0f05e92e837b7766e2beafaf973bc88642c25 Mon Sep 17 00:00:00 2001
From: Jure <44338+hoornet@users.noreply.github.com>
Date: Thu, 9 Apr 2026 19:47:19 +0200
Subject: [PATCH] =?UTF-8?q?Polish=20pass=2011=20=E2=80=94=20color=20tokens?=
=?UTF-8?q?,=20text=20size=20consistency,=20overlay=20fix?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
- V4VHistory: text-amber-400 → text-zap on sats total
- V4VSettings: size status dot to text-[8px] for visual consistency
- Feed: last-updated timestamp text-[10px] → text-[11px] (matches siblings)
- NoteContent: +N overlay bg-black/50 → bg-bg/60, text-white → text-text,
text-lg → text-[14px] (consistent with rest of file)
- RelaysView: last-checked timestamp text-[9px] → text-[10px]
---
src/components/feed/Feed.tsx | 2 +-
src/components/feed/NoteContent.tsx | 4 ++--
src/components/shared/RelaysView.tsx | 2 +-
src/components/v4v/V4VHistory.tsx | 2 +-
src/components/v4v/V4VSettings.tsx | 2 +-
5 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/src/components/feed/Feed.tsx b/src/components/feed/Feed.tsx
index e1d379b..5eb0f1d 100644
--- a/src/components/feed/Feed.tsx
+++ b/src/components/feed/Feed.tsx
@@ -172,7 +172,7 @@ export function Feed() {
{lastUpdated[tab] && (
- {timeAgo(lastUpdated[tab])}
+ {timeAgo(lastUpdated[tab])}
)}
{autoEnabled && (
- ● Auto-streaming is active
+ ● Auto-streaming is active
)}