Skip to content

Commit

Permalink
Update package version
Browse files Browse the repository at this point in the history
  • Loading branch information
aralovelace committed Dec 6, 2024
1 parent 11bb7c2 commit bbb8e64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ably/ui",
"version": "15.1.4-dev.84d6f05",
"version": "15.1.4",
"description": "Home of the Ably design system library ([design.ably.com](https://design.ably.com)). It provides a showcase, development/test environment and a publishing pipeline for different distributables.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/core/Toggle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const Toggle: React.FC<ToggleProps> = ({
className,
...props
}) => {
const rootSize = size === "sm" ? "w-[42px] h-[24]" : "w-[56px] h-32";
const rootSize = size === "sm" ? "w-[42px] h-24" : "w-[56px] h-32";
const thumbSize =
size === "sm"
? "w-[21px] h-[21px] translate-x-1 data-[state=checked]:translate-x-[20px]"
Expand Down

0 comments on commit bbb8e64

Please sign in to comment.