Browse Source

adjust styling

master
jeffvli 3 years ago
parent
commit
f59f8b8598
  1. 2
      src/components/settings/DisconnectButton.tsx

2
src/components/settings/DisconnectButton.tsx

@ -17,7 +17,7 @@ const DisconnectButton = () => {
window.location.reload(); window.location.reload();
}; };
return ( return (
<Button onClick={handleDisconnect} color="red"> <Button onClick={handleDisconnect} size="sm" color="red">
Disconnect Disconnect
</Button> </Button>
); );

Loading…
Cancel
Save