about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-08-15 15:09:54 -0700
committerGitHub <noreply@github.com>2023-08-15 15:09:54 -0700
commitce1d75e1640908dbf95ff675908ad0cbea2d3896 (patch)
treebbf23ed8fab5da9e7ed4ecc2d846a0e8e4085287
parentabbc6543f423efdcd26f44666d9847ecd70779dc (diff)
downloadvoidsky-ce1d75e1640908dbf95ff675908ad0cbea2d3896.tar.zst
Fix link color in dark mode (close #1170) (#1184)
-rw-r--r--src/view/com/lists/ListItems.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/view/com/lists/ListItems.tsx b/src/view/com/lists/ListItems.tsx
index 94e22f35e..7f2173d78 100644
--- a/src/view/com/lists/ListItems.tsx
+++ b/src/view/com/lists/ListItems.tsx
@@ -306,6 +306,7 @@ const ListHeader = observer(
                   <TextLink
                     text={sanitizeHandle(list.creator.handle, '@')}
                     href={makeProfileLink(list.creator)}
+                    style={pal.textLight}
                   />
                 )}
               </Text>