Skip to content
This repository has been archived by the owner on Mar 31, 2021. It is now read-only.

Commit

Permalink
feat: tweak transition values
Browse files Browse the repository at this point in the history
  • Loading branch information
connor-baer committed Jun 23, 2020
1 parent 32bb87c commit 81ba716
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/themes/shared.ts
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,8 @@ export const breakpoints: Breakpoints = {
export const mq: MediaQueries = createMediaQueries(breakpoints);

export const transitions = {
default: '160ms ease-in-out',
slow: '320ms ease-in-out',
default: '120ms ease-in-out',
slow: '300ms ease-in-out',
};

export const zIndex: ZIndex = {
Expand Down

0 comments on commit 81ba716

Please sign in to comment.