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");},
|
onClick: ()=>{window.open(link, "_blank");},
|
||||||
confirmation: true,
|
confirmation: true,
|
||||||
|
contrast: true,
|
||||||
|
accent: true,
|
||||||
children: "Continue",
|
children: "Continue",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user