Fix colours and use lucide for icons
This commit is contained in:
parent
f2c1107276
commit
bd54cee952
19 changed files with 70 additions and 77 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue