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>
|
||||||
</div>
|
</div>
|
||||||
<footer>
|
<footer>
|
||||||
<Button onClick={close}>Nevermind</Button>
|
<Button onClick={close} text="Nevermind" />
|
||||||
<Button onClick={props.resolveConflict}>Confirm</Button>
|
<Button onClick={props.resolveConflict} text="Confirm" />
|
||||||
</footer>
|
</footer>
|
||||||
</Dialog.Content>
|
</Dialog.Content>
|
||||||
<Dialog.Overlay className="Overlay" />
|
<Dialog.Overlay className="Overlay" />
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue