Merge branch 'edit-posts-' into 'develop'
Change color of edited status indicator icon See merge request soapbox-pub/soapbox-fe!1713
This commit is contained in:
commit
636e0d9eff
|
@ -232,7 +232,7 @@ const Account = ({
|
|||
<>
|
||||
<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}
|
||||
</HStack>
|
||||
|
|
Loading…
Reference in New Issue