Visual tweaks for new branding
This commit is contained in:
parent
b87768967b
commit
bec42a3633
3 changed files with 3 additions and 3 deletions
|
@ -117,7 +117,7 @@ const Account = ({
|
|||
src={actionIcon}
|
||||
title={actionTitle}
|
||||
onClick={handleAction}
|
||||
className='bg-transparent text-gray-400 hover:text-gray-600'
|
||||
className='bg-transparent text-gray-600 dark:text-gray-600 hover:text-gray-700 dark:hover:text-gray-500'
|
||||
iconClassName='w-4 h-4'
|
||||
/>
|
||||
);
|
||||
|
|
|
@ -84,7 +84,7 @@ const Header = () => {
|
|||
title='Open Menu'
|
||||
src={require('@tabler/icons/menu-2.svg')}
|
||||
onClick={open}
|
||||
className='md:hidden mr-4 bg-transparent text-gray-400 hover:text-gray-600'
|
||||
className='md:hidden mr-4 bg-transparent text-gray-700 dark:text-gray-600 hover:text-gray-600'
|
||||
/>
|
||||
|
||||
<Link to='/' className='z-10'>
|
||||
|
|
|
@ -44,7 +44,7 @@ const LandingPageModal: React.FC<ILandingPageModal> = ({ onClose }) => {
|
|||
target='_blank'
|
||||
className='p-3 space-x-3 flex items-center rounded-md dark:hover:bg-gray-900/50 hover:bg-gray-50'
|
||||
>
|
||||
<Icon src={require('@tabler/icons/lifebuoy.svg')} className='flex-shrink-0 h-6 w-6 text-gray-400 dark:text-gray-200' />
|
||||
<Icon src={require('@tabler/icons/lifebuoy.svg')} className='flex-shrink-0 h-6 w-6 text-gray-600 dark:text-gray-700' />
|
||||
|
||||
<Text weight='medium'>
|
||||
{intl.formatMessage(messages.helpCenter)}
|
||||
|
|
Loading…
Reference in a new issue