Skip to content

Commit 8fdbe4a

Browse files
authored
Merge pull request #3235 from yougotwill/fix/ses-2755/copy_url_button
Fix copy url button in open url modal
2 parents 050eed0 + 72940c6 commit 8fdbe4a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ts/components/dialog/OpenUrlModal.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ export function OpenUrlModal(props: OpenUrlModalState) {
6161
/>
6262
<SessionButton
6363
text={window.i18n('urlCopy')}
64-
buttonColor={SessionButtonColor.White}
6564
buttonType={SessionButtonType.Simple}
6665
onClick={onClickCopy}
6766
dataTestId="session-confirm-cancel-button"

0 commit comments

Comments
 (0)