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