Skip to content

Commit

Permalink
Fix padding and size discrepancy with toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
florianbgt committed Oct 30, 2024
1 parent 1f24696 commit 0a40fc7
Showing 1 changed file with 2 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

0 comments on commit 0a40fc7

Please sign in to comment.