+
diff --git a/src/shared/notes/kinds/sub.tsx b/src/shared/notes/kinds/sub.tsx
index 7e6640f0..82f3c707 100644
--- a/src/shared/notes/kinds/sub.tsx
+++ b/src/shared/notes/kinds/sub.tsx
@@ -27,9 +27,9 @@ export function SubNote({ id, root }: { id: string; root?: string }) {
-
+
-
+
diff --git a/src/shared/notes/kinds/thread.tsx b/src/shared/notes/kinds/thread.tsx
index a54c4dce..ed291028 100644
--- a/src/shared/notes/kinds/thread.tsx
+++ b/src/shared/notes/kinds/thread.tsx
@@ -24,9 +24,9 @@ export function NoteThread({
{reply && }
-
+
-
+
diff --git a/src/shared/notes/kinds/unsupport.tsx b/src/shared/notes/kinds/unsupport.tsx
index dec236ae..2fa297a0 100644
--- a/src/shared/notes/kinds/unsupport.tsx
+++ b/src/shared/notes/kinds/unsupport.tsx
@@ -9,9 +9,9 @@ export function NoteKindUnsupport({ event }: { event: LumeEvent }) {
-
+
-
+
diff --git a/src/shared/notes/users/repost.tsx b/src/shared/notes/users/repost.tsx
index 144d672c..99aa6f73 100644
--- a/src/shared/notes/users/repost.tsx
+++ b/src/shared/notes/users/repost.tsx
@@ -18,7 +18,7 @@ export function RepostUser({ pubkey }: { pubkey: string }) {
src={user?.picture || user?.image || DEFAULT_AVATAR}
fallback={DEFAULT_AVATAR}
alt={pubkey}
- className="relative z-20 inline-block h-6 w-6 rounded bg-white ring-1 ring-zinc-800"
+ className="relative z-20 inline-block h-6 w-6 rounded bg-white ring-1 ring-black"
/>