mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-07 01:15:28 +00:00
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