mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-06 17:11:55 +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");},
|
||||
confirmation: true,
|
||||
contrast: true,
|
||||
accent: true,
|
||||
children: "Continue",
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user