mirror of
https://github.com/inventree/InvenTree.git
synced 2026-09-02 02:01:20 +00:00
Fix button-within-button
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user