Skip to content

Commit

Permalink
fix: upgrading packages, running prettier. less breakage
Browse files Browse the repository at this point in the history
  • Loading branch information
ayseboogie committed Jul 12, 2024
1 parent 2522fb6 commit 77deb26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/TextInput/TextInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ import type { ThemeProp } from "../../types";
import { forwardRef } from "../../utils/forwardRef";
import { roundLayoutSize } from "../../utils/roundLayoutSize";

// toDo: will these remain the same
const BLUR_ANIMATION_DURATION = 180;
const FOCUS_ANIMATION_DURATION = 150;

Expand Down

0 comments on commit 77deb26

Please sign in to comment.