Skip to content

Commit

Permalink
Tweak outer wrapper scale factor
Browse files Browse the repository at this point in the history
  • Loading branch information
ciampo committed Aug 30, 2024
1 parent cb6eadd commit 04c9924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/dropdown-menu-v2/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { Truncate } from '../truncate';
import type { DropdownMenuContext } from './types';

const ANIMATION_PARAMS = {
SCALE_AMOUNT_OUTER: 0.8,
SCALE_AMOUNT_OUTER: 0.82,
SCALE_AMOUNT_CONTENT: 0.9,
DURATION: '400ms',
EASING: 'cubic-bezier(0.33, 0, 0, 1)',
Expand Down

0 comments on commit 04c9924

Please sign in to comment.