mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-25 16:40:58 -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");},
|
||||
confirmation: true,
|
||||
contrast: true,
|
||||
accent: true,
|
||||
children: "Continue",
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue