From ca82a294d1252124911a144d31fb52a85fd64f3a Mon Sep 17 00:00:00 2001 From: Paul Wackerow <54227730+wackerow@users.noreply.github.com> Date: Thu, 17 Nov 2022 07:22:24 -0800 Subject: [PATCH] add transition on color mode toggle --- src/theme/index.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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' } }) },