Fix buttons
This commit is contained in:
parent
10981a2496
commit
b04965ae03
1 changed files with 2 additions and 2 deletions
|
|
@ -100,8 +100,8 @@ const CharacterConflictModal = (props: Props) => {
|
|||
</div>
|
||||
</div>
|
||||
<footer>
|
||||
<Button onClick={close}>Nevermind</Button>
|
||||
<Button onClick={props.resolveConflict}>Confirm</Button>
|
||||
<Button onClick={close} text="Nevermind" />
|
||||
<Button onClick={props.resolveConflict} text="Confirm" />
|
||||
</footer>
|
||||
</Dialog.Content>
|
||||
<Dialog.Overlay className="Overlay" />
|
||||
|
|
|
|||
Loading…
Reference in a new issue