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