chore: make connect button red

This commit is contained in:
asiaznik
2024-01-18 16:03:20 +01:00
parent 8ba323072b
commit 3cc4ec9ef5
+1 -1
View File
@@ -31,7 +31,7 @@ const WalletDisconnectAdditionalContent = () => {
openVegaWalletDialog();
}}
size="small"
intent={Intent.None}
intent={Intent.Danger}
icon={<VegaIcon name={VegaIconNames.ARROW_RIGHT} size={14} />}
>
<span className="whitespace-nowrap uppercase">{t('Connect')}</span>