Skip to content

Commit

Permalink
bug fix layout (#609)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrloureed authored Dec 17, 2024
1 parent b5e6138 commit 6f7bdf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@viamrobotics/prime-core",
"version": "0.0.170",
"version": "0.0.171",
"repository": {
"type": "git",
"url": "https://github.com/viamrobotics/prime.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/lib/toggle-button.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const handleClick = (value: string) => {

<div
aria-disabled={disabled ? true : undefined}
class={cx('flex', extraClasses)}
class={cx('flex-col', extraClasses)}
{...$$restProps}
>
{#if $$slots.legend}
Expand Down

0 comments on commit 6f7bdf7

Please sign in to comment.