Better style for add all button

This commit is contained in:
Jeremie Pardou-Piquemal 2020-10-30 21:53:10 +01:00 committed by Jérémie Pardou-Piquemal
parent 8ff157ea60
commit 9fe81f7bb9

View file

@ -73,6 +73,7 @@ const AvailableItems = () => {
<summary style={{ cursor: "pointer" }}>
{groupId}{" "}
<span
style={{ fontSize: "0.6em" }}
onClick={(e) => {
e.preventDefault();
addItems(groupId);