Skip to content

Commit

Permalink
Merge pull request #14 from Ritika8081/main
Browse files Browse the repository at this point in the history
updated autoscale button
  • Loading branch information
akadeepesh authored Sep 4, 2024
2 parents 4ce788d + 7069c33 commit 6ced802
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Connection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -695,8 +695,8 @@ const Connection: React.FC<ConnectionProps> = ({
<div className="flex items-center space-x-2">
{ifBits ? (
<Button
variant={selectedBits === "auto" ? "outline" : "default"}
className={`w-36 flex justify-center items-center overflow-hidden `}
variant={selectedBits === "auto" ? "default" : "outline"}
className={`w-36 flex justify-center items-center overflow-hidden `}
onClick={() =>
setSelectedBits(selectedBits === "auto" ? ifBits : "auto")
}
Expand Down

0 comments on commit 6ced802

Please sign in to comment.