fix: add space between buttons on floating actions bar

This commit is contained in:
Ahmed Bouhuolia
2024-06-14 08:27:30 +02:00
parent 265ea9ca48
commit 74b74a2722
15 changed files with 86 additions and 50 deletions

View File

@@ -3,7 +3,6 @@ import React from 'react';
import { useParams } from 'react-router-dom';
import ItemForm from './ItemForm';
/**
* Item form page.
*/