Add min height to token bar group

This commit is contained in:
Mitchell McCaffrey 2021-06-05 14:19:55 +10:00
parent adce6ae7da
commit 20351ff097

View File

@ -74,7 +74,7 @@ function TokenBarTokenGroup({ group, tokens, draggable }) {
alt={group.name}
title={group.name}
bg="muted"
sx={{ borderRadius: "8px", gridGap: "4px" }}
sx={{ borderRadius: "8px", gridGap: "4px", minHeight: "48px" }}
p="2px"
{...listeners}
{...attributes}