Added multiple dice tray sizes

This commit is contained in:
Mitchell McCaffrey
2020-05-27 11:24:17 +10:00
parent 0a5b33a69f
commit b786b176b0
17 changed files with 269 additions and 81 deletions

View File

@@ -26,7 +26,12 @@ function SelectDiceButton({ onDiceChange, currentDice }) {
return (
<>
<IconButton color="hsl(210, 50%, 96%)" onClick={openModal}>
<IconButton
aria-label="Select Dice Style"
title="Select Dice Style"
color="hsl(210, 50%, 96%)"
onClick={openModal}
>
<SelectDiceIcon />
</IconButton>
<SelectDiceModal