Re-labeled select dice button
This commit is contained in:
parent
1278d4d6e8
commit
339bda47e2
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user