Re-labeled select dice button

This commit is contained in:
Mitchell McCaffrey
2020-10-17 09:19:04 +11:00
parent 1278d4d6e8
commit 339bda47e2
+1 -1
View File
@@ -29,7 +29,7 @@ function SelectDiceModal({ isOpen, onRequestClose, onDone, defaultDice }) {
onDone={onDone}
/>
<Button my={2} variant="primary" onClick={() => onDone(selectedDice)}>
Done
Select
</Button>
</Flex>
</Modal>