|
|
@@ -199,6 +199,7 @@ const Dialog: RefForwardingComponent<IDialogRef, IDialogProps> = ({
|
|
|
}
|
|
|
|
|
|
return <Button
|
|
|
+ variant="filled"
|
|
|
type="neutral"
|
|
|
{...secondaryButtonProps}
|
|
|
onPress={() => {
|
|
|
@@ -213,7 +214,6 @@ const Dialog: RefForwardingComponent<IDialogRef, IDialogProps> = ({
|
|
|
spreadBehaviour={contentJustify === "centered" ? "stretch" : "free"}
|
|
|
title={secondaryButtonProps?.title || localize("cancel")}
|
|
|
style={secondaryButtonStyle}
|
|
|
- variant="outline"
|
|
|
/>;
|
|
|
};
|
|
|
|