fix: template fork button style on safari (#12202)
This commit is contained in:
parent
8af3602a5d
commit
d292075243
|
|
@ -132,16 +132,16 @@ function ForkApplicationModal(props: ForkApplicationModalProps) {
|
|||
disabled={forkingApplication}
|
||||
onClick={() => setModalClose && setModalClose(false)}
|
||||
size={Size.large}
|
||||
tag="button"
|
||||
text={createMessage(CANCEL)}
|
||||
type="button"
|
||||
/>
|
||||
<Button
|
||||
className="t--fork-app-to-org-button"
|
||||
isLoading={forkingApplication}
|
||||
onClick={forkApplication}
|
||||
size={Size.large}
|
||||
tag="button"
|
||||
text={createMessage(FORK)}
|
||||
type="button"
|
||||
/>
|
||||
</ButtonWrapper>
|
||||
</>
|
||||
|
|
|
|||
|
|
@ -91,16 +91,16 @@ function ForkTemplate({
|
|||
disabled={isImportingTemplate}
|
||||
onClick={onClose}
|
||||
size={Size.large}
|
||||
tag="button"
|
||||
text={createMessage(CANCEL)}
|
||||
type="button"
|
||||
/>
|
||||
<Button
|
||||
className="t--fork-template-button"
|
||||
isLoading={isImportingTemplate}
|
||||
onClick={onFork}
|
||||
size={Size.large}
|
||||
tag="button"
|
||||
text={createMessage(FORK_TEMPLATE)}
|
||||
type="button"
|
||||
/>
|
||||
</ButtonsWrapper>
|
||||
</StyledDialog>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user