style: radical modal redesign

This commit is contained in:
alexsparkes
2024-06-12 22:02:52 +01:00
parent ed1b1a2f6d
commit ea7343513d
9 changed files with 171 additions and 56 deletions

View File

@@ -7,7 +7,7 @@ import Create from '../../marketplace/views/Create';
function Addons(props) {
return (
<Tabs changeTab={(type) => props.changeTab(type)} current="addons">
<Tabs changeTab={(type) => props.changeTab(type)} current="addons" modalClose={props.modalClose}>
<div label={variables.getMessage('modals.main.addons.added')} name="added">
<Added />
</div>