A social knowledge tool for researchers built on ATProto

fix: collection card author theme colour

Changed files
+1 -1
src
webapp
features
collections
components
collectionCard
+1 -1
src/webapp/features/collections/components/collectionCard/CollectionCard.tsx
··· 58 58 size={'sm'} 59 59 /> 60 60 61 - <Text c={'dark'} fw={500} span> 61 + <Text fw={500} span> 62 62 {collection.author.name} 63 63 </Text> 64 64 </Group>