add transition on color mode toggle

This commit is contained in:
Paul Wackerow 2022-11-17 07:22:24 -08:00
parent 629ed7c885
commit ca82a294d1
No known key found for this signature in database
GPG Key ID: BB63E296FE9CAB8D

@ -15,7 +15,8 @@ const overrides = {
styles: { styles: {
global: () => ({ global: () => ({
body: { body: {
bg: 'bg' bg: 'bg',
transition: 'all 200ms linear !important'
} }
}) })
}, },