forked from abner/for-legacy-web
Make continue button use accent colour
parent
3d0e95d25d
commit
fe04951bcf
|
|
@ -17,6 +17,8 @@ export function ExternalLinkModal({ onClose, link }: Props) {
|
||||||
{
|
{
|
||||||
onClick: ()=>{window.open(link, "_blank");},
|
onClick: ()=>{window.open(link, "_blank");},
|
||||||
confirmation: true,
|
confirmation: true,
|
||||||
|
contrast: true,
|
||||||
|
accent: true,
|
||||||
children: "Continue",
|
children: "Continue",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue