tangled
alpha
login
or
join now
cosmik.network
/
semble
43
fork
atom
A social knowledge tool for researchers built on ATProto
43
fork
atom
overview
issues
13
pulls
pipelines
fix: note card modal title theme colour
Pouria Delfanazari
4 months ago
a542391b
25c691e5
+1
-1
1 changed file
expand all
collapse all
unified
split
src
webapp
features
notes
components
noteCardModal
NoteCardModalContent.tsx
+1
-1
src/webapp/features/notes/components/noteCardModal/NoteCardModalContent.tsx
···
174
174
</Anchor>
175
175
</Tooltip>
176
176
{props.cardContent.title && (
177
177
-
<Text fw={500} lineClamp={1}>
177
177
+
<Text fw={500} lineClamp={1} c="var(--mantine-color-bright)">
178
178
{props.cardContent.title}
179
179
</Text>
180
180
)}