Make continue button use accent colour

This commit is contained in:
Ryan Alexander
2021-08-29 10:00:23 +10:00
parent 8354758cae
commit edc7902063

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",
},
{