Change color of edited status indicator icon
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
3866b104db
commit
2e47180c08
|
@ -232,7 +232,7 @@ const Account = ({
|
||||||
<>
|
<>
|
||||||
<Text tag='span' theme='muted' size='sm'>·</Text>
|
<Text tag='span' theme='muted' size='sm'>·</Text>
|
||||||
|
|
||||||
<Icon className='h-5 w-5 stroke-[1.35]' src={require('@tabler/icons/pencil.svg')} />
|
<Icon className='h-5 w-5 text-gray-700 dark:text-gray-600' src={require('@tabler/icons/pencil.svg')} />
|
||||||
</>
|
</>
|
||||||
) : null}
|
) : null}
|
||||||
</HStack>
|
</HStack>
|
||||||
|
|
Loading…
Reference in New Issue