Fix link color in dark mode (close #1170) (#1184)

This commit is contained in:
Paul Frazee 2023-08-15 15:09:54 -07:00 committed by GitHub
parent abbc6543f4
commit ce1d75e164
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -306,6 +306,7 @@ const ListHeader = observer(
<TextLink
text={sanitizeHandle(list.creator.handle, '@')}
href={makeProfileLink(list.creator)}
style={pal.textLight}
/>
)}
</Text>