Skip to content

Commit

Permalink
ui fix
Browse files Browse the repository at this point in the history
  • Loading branch information
timthedev07 committed Dec 29, 2023
1 parent dbd8a30 commit 0c06a43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/components/shared-styling/inputMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export const SharedTransition: FC<PropsWithChildren> = ({ children }) => (
leave="transition duration-75 ease-out"
leaveFrom="transform scale-100 opacity-100"
leaveTo="transform scale-95 opacity-0"
className={"z-10"}
>
{children}
</Transition>
Expand Down

0 comments on commit 0c06a43

Please sign in to comment.