Remove dice share background colour

This commit is contained in:
Mitchell McCaffrey 2020-11-07 12:35:23 +11:00
parent 68a5ae1f46
commit e886da6dd9

View File

@ -36,7 +36,6 @@ function DiceRolls({ rolls }) {
</Flex>
{expanded && (
<Flex
bg="overlay"
sx={{
flexDirection: "column",
}}