add transition on color mode toggle
This commit is contained in:
parent
629ed7c885
commit
ca82a294d1
@ -15,7 +15,8 @@ const overrides = {
|
|||||||
styles: {
|
styles: {
|
||||||
global: () => ({
|
global: () => ({
|
||||||
body: {
|
body: {
|
||||||
bg: 'bg'
|
bg: 'bg',
|
||||||
|
transition: 'all 200ms linear !important'
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user