We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7d718e commit a178b85Copy full SHA for a178b85
packages/app/src/app/pages/NewDashboard/Components/SandboxCard/index.tsx
@@ -14,8 +14,8 @@ export const SandboxCard = ({ sandbox }) => (
14
borderColor: 'grays.600',
15
borderRadius: 'medium',
16
overflow: 'hidden',
17
- transition: 'all ease-in',
18
- transitionDuration: theme => theme.speeds[2],
+ transition: 'all ease-in-out',
+ transitionDuration: theme => theme.speeds[4],
19
':hover, :focus': {
20
transform: 'scale(0.98)',
21
},
0 commit comments