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

zio/stable
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
1 changed files with 1 additions and 0 deletions

View File

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