fix: dont use white for the copy url button in the modal

pull/3235/head
yougotwill 12 months ago
parent 050eed0eb6
commit 72940c6221

@ -61,7 +61,6 @@ export function OpenUrlModal(props: OpenUrlModalState) {
/> />
<SessionButton <SessionButton
text={window.i18n('urlCopy')} text={window.i18n('urlCopy')}
buttonColor={SessionButtonColor.White}
buttonType={SessionButtonType.Simple} buttonType={SessionButtonType.Simple}
onClick={onClickCopy} onClick={onClickCopy}
dataTestId="session-confirm-cancel-button" dataTestId="session-confirm-cancel-button"

Loading…
Cancel
Save