0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-01-06 20:40:08 -05:00

fix(console): secondary "cancel" button should use default border style

This commit is contained in:
Charles Zhao 2022-11-21 17:45:57 +08:00
parent 44e02c820d
commit bde08b6186
No known key found for this signature in database
GPG key ID: 4858774754C92DF2

View file

@ -47,7 +47,7 @@ const ConfirmModal = ({
title={title} title={title}
footer={ footer={
<> <>
<Button type="outline" title={cancelButtonText} onClick={onCancel} /> <Button title={cancelButtonText} onClick={onCancel} />
<Button <Button
type={confirmButtonType} type={confirmButtonType}
title={confirmButtonText} title={confirmButtonText}