mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-29 10:20:59 -05:00
Make continue button use accent colour
This commit is contained in:
parent
3d0e95d25d
commit
fe04951bcf
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue