mirror of
https://github.com/inventree/InvenTree.git
synced 2026-09-01 17:51:23 +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'>
|
||||
<Text size='sm'>{note.title}</Text>
|
||||
{note.primary && (
|
||||
<ActionIcon
|
||||
size='xs'
|
||||
color='yellow'
|
||||
variant='transparent'
|
||||
>
|
||||
<IconStar />
|
||||
</ActionIcon>
|
||||
<IconStar
|
||||
size={14}
|
||||
color='var(--mantine-color-yellow-6)'
|
||||
/>
|
||||
)}
|
||||
</Group>
|
||||
</Tabs.Tab>
|
||||
|
||||
Reference in New Issue
Block a user