0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00

Merge pull request #2487 from logto-io/charles-log-4739-secondary-cancel-button-should-be-default-style

fix(console): secondary "cancel" button should use default border style
This commit is contained in:
Charles Zhao 2022-11-21 22:08:35 +08:00 committed by GitHub
commit 538b07e996
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}