kyd-shared-badge 0.3.77 → 0.3.78

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kyd-shared-badge",
3
- "version": "0.3.77",
3
+ "version": "0.3.78",
4
4
  "private": false,
5
5
  "main": "./src/index.ts",
6
6
  "module": "./src/index.ts",
@@ -364,6 +364,7 @@ export function ConnectAccounts(props: ConnectAccountsProps) {
364
364
  onClick={() => onDisconnect(providerId)}
365
365
  className="inline-flex items-center justify-center gap-1.5 px-4 py-2 text-sm rounded border"
366
366
  style={{ color: 'var(--text-main)', borderColor: 'var(--icon-button-secondary)'}}
367
+ variant="destructive"
367
368
  >
368
369
  <Unlink className="size-3 sm:size-4" />
369
370
  <span>Remove</span>