Fix button-within-button

This commit is contained in:
Oliver Walters
2026-06-14 00:49:49 +00:00
parent cc36bfb8e4
commit dff26b92a7
@@ -681,13 +681,10 @@ export default function NotesEditor({
<Group gap='xs' wrap='nowrap' justify='space-between'> <Group gap='xs' wrap='nowrap' justify='space-between'>
<Text size='sm'>{note.title}</Text> <Text size='sm'>{note.title}</Text>
{note.primary && ( {note.primary && (
<ActionIcon <IconStar
size='xs' size={14}
color='yellow' color='var(--mantine-color-yellow-6)'
variant='transparent' />
>
<IconStar />
</ActionIcon>
)} )}
</Group> </Group>
</Tabs.Tab> </Tabs.Tab>