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}
|
disabled={forkingApplication}
|
||||||
onClick={() => setModalClose && setModalClose(false)}
|
onClick={() => setModalClose && setModalClose(false)}
|
||||||
size={Size.large}
|
size={Size.large}
|
||||||
|
tag="button"
|
||||||
text={createMessage(CANCEL)}
|
text={createMessage(CANCEL)}
|
||||||
type="button"
|
|
||||||
/>
|
/>
|
||||||
<Button
|
<Button
|
||||||
className="t--fork-app-to-org-button"
|
className="t--fork-app-to-org-button"
|
||||||
isLoading={forkingApplication}
|
isLoading={forkingApplication}
|
||||||
onClick={forkApplication}
|
onClick={forkApplication}
|
||||||
size={Size.large}
|
size={Size.large}
|
||||||
|
tag="button"
|
||||||
text={createMessage(FORK)}
|
text={createMessage(FORK)}
|
||||||
type="button"
|
|
||||||
/>
|
/>
|
||||||
</ButtonWrapper>
|
</ButtonWrapper>
|
||||||
</>
|
</>
|
||||||
|
|
|
||||||
|
|
@ -91,16 +91,16 @@ function ForkTemplate({
|
||||||
disabled={isImportingTemplate}
|
disabled={isImportingTemplate}
|
||||||
onClick={onClose}
|
onClick={onClose}
|
||||||
size={Size.large}
|
size={Size.large}
|
||||||
|
tag="button"
|
||||||
text={createMessage(CANCEL)}
|
text={createMessage(CANCEL)}
|
||||||
type="button"
|
|
||||||
/>
|
/>
|
||||||
<Button
|
<Button
|
||||||
className="t--fork-template-button"
|
className="t--fork-template-button"
|
||||||
isLoading={isImportingTemplate}
|
isLoading={isImportingTemplate}
|
||||||
onClick={onFork}
|
onClick={onFork}
|
||||||
size={Size.large}
|
size={Size.large}
|
||||||
|
tag="button"
|
||||||
text={createMessage(FORK_TEMPLATE)}
|
text={createMessage(FORK_TEMPLATE)}
|
||||||
type="button"
|
|
||||||
/>
|
/>
|
||||||
</ButtonsWrapper>
|
</ButtonsWrapper>
|
||||||
</StyledDialog>
|
</StyledDialog>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user