Skip to content

Commit

Permalink
fix/fix padding and size discrepancy with toolbar (#23)
Browse files Browse the repository at this point in the history
* Fix padding and size discrepancy with toolbar

* changelog
  • Loading branch information
florianbgt authored Oct 30, 2024
1 parent 1f24696 commit 056986b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/app/src/components/ApiTree/ApiTree.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ export default function ApiTree(props: {
>
<div className="absolute bottom-6 inset-x-4 z-10 flex justify-around">
<div className="flex gap-3 items-center">
<div className="bg-background-light dark:bg-background-dark flex gap-4 pt-2 pb-1 px-3 rounded-lg">
<div className="bg-background-light dark:bg-background-dark flex gap-4 py-2 px-3 rounded-md">
<Button
size="1"
variant="ghost"
Expand Down Expand Up @@ -290,7 +290,7 @@ export default function ApiTree(props: {
<svg
width="20"
height="20"
viewBox="10 10 80 80"
viewBox="10 10 80 70"
xmlns="http://www.w3.org/2000/svg"
className="text-text-light dark:text-text-dark"
fill="none"
Expand Down
2 changes: 2 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

Fix padding and size discrepancy with toolbar

## [0.0.13] - 2024-10-29

Try yo resolve file with any extension as last resort
Expand Down

0 comments on commit 056986b

Please sign in to comment.