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> </Flex>
{expanded && ( {expanded && (
<Flex <Flex
bg="overlay"
sx={{ sx={{
flexDirection: "column", flexDirection: "column",
}} }}