Fix colours and use lucide for icons

This commit is contained in:
Ben Grant 2022-08-19 15:28:07 +10:00
parent f2c1107276
commit bd54cee952
19 changed files with 70 additions and 77 deletions

View file

@ -402,7 +402,7 @@ const Event = () => {
setFocus('name')
}
}}
selected={tab === 'you'}
$selected={tab === 'you'}
disabled={!user}
title={user ? '' : t('event:tabs.you_tooltip')}
>{t('event:tabs.you')}</Tab>
@ -412,7 +412,7 @@ const Event = () => {
e.preventDefault()
setTab('group')
}}
selected={tab === 'group'}
$selected={tab === 'group'}
>{t('event:tabs.group')}</Tab>
</Tabs>
</StyledMain>