mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
fix(console): secondary "cancel" button should use default border style
This commit is contained in:
parent
44e02c820d
commit
bde08b6186
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ const ConfirmModal = ({
|
|||
title={title}
|
||||
footer={
|
||||
<>
|
||||
<Button type="outline" title={cancelButtonText} onClick={onCancel} />
|
||||
<Button title={cancelButtonText} onClick={onCancel} />
|
||||
<Button
|
||||
type={confirmButtonType}
|
||||
title={confirmButtonText}
|
||||
|
|
Loading…
Reference in a new issue