Skip to content

Commit a178b85

Browse files
committed
make scale smoother
1 parent c7d718e commit a178b85

File tree

1 file changed

+2
-2
lines changed
  • packages/app/src/app/pages/NewDashboard/Components/SandboxCard

1 file changed

+2
-2
lines changed

packages/app/src/app/pages/NewDashboard/Components/SandboxCard/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ export const SandboxCard = ({ sandbox }) => (
1414
borderColor: 'grays.600',
1515
borderRadius: 'medium',
1616
overflow: 'hidden',
17-
transition: 'all ease-in',
18-
transitionDuration: theme => theme.speeds[2],
17+
transition: 'all ease-in-out',
18+
transitionDuration: theme => theme.speeds[4],
1919
':hover, :focus': {
2020
transform: 'scale(0.98)',
2121
},

0 commit comments

Comments
 (0)