about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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>