🎨 Improve design for element selector

This commit is contained in:
Manuel Ruwe
2022-12-11 17:18:25 +01:00
parent 0b61309f58
commit 72338b7b36
5 changed files with 31 additions and 37 deletions

View File

@@ -17,6 +17,7 @@ export const AddElementAction = () => {
openContextModal({
modal: 'selectElement',
title: 'Add an element to your dashboard',
size: 'xl',
innerProps: {},
})
}