diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-08-15 15:09:54 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-15 15:09:54 -0700 |
commit | ce1d75e1640908dbf95ff675908ad0cbea2d3896 (patch) | |
tree | bbf23ed8fab5da9e7ed4ecc2d846a0e8e4085287 /src | |
parent | abbc6543f423efdcd26f44666d9847ecd70779dc (diff) | |
download | voidsky-ce1d75e1640908dbf95ff675908ad0cbea2d3896.tar.zst |
Diffstat (limited to 'src')
-rw-r--r-- | src/view/com/lists/ListItems.tsx | 1 |
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> |