diff --git a/src/theme/index.ts b/src/theme/index.ts index 6edc778471..ff6c89914e 100644 --- a/src/theme/index.ts +++ b/src/theme/index.ts @@ -15,7 +15,8 @@ const overrides = { styles: { global: () => ({ body: { - bg: 'bg' + bg: 'bg', + transition: 'all 200ms linear !important' } }) },