Make continue button use accent colour

pull/1049/head
Ryan Alexander 2021-08-29 10:00:23 +10:00
parent 8354758cae
commit edc7902063
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@ export function ExternalLinkModal({ onClose, link }: Props) {
{
onClick: ()=>{window.open(link, "_blank");},
confirmation: true,
contrast: true,
accent: true,
children: "Continue",
},
{