A social knowledge tool for researchers built on ATProto

fix: note card modal title theme colour

Changed files
+1 -1
src
webapp
features
notes
components
noteCardModal
+1 -1
src/webapp/features/notes/components/noteCardModal/NoteCardModalContent.tsx
··· 174 174 </Anchor> 175 175 </Tooltip> 176 176 {props.cardContent.title && ( 177 - <Text fw={500} lineClamp={1}> 177 + <Text fw={500} lineClamp={1} c="var(--mantine-color-bright)"> 178 178 {props.cardContent.title} 179 179 </Text> 180 180 )}