Make continue button use accent colour

This commit is contained in:
Ryan Alexander 2021-08-29 10:00:23 +10:00
parent 3d0e95d25d
commit fe04951bcf

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