mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-16 13:06:40 +00:00
add transition on color mode toggle
This commit is contained in:
parent
629ed7c885
commit
ca82a294d1
1 changed files with 2 additions and 1 deletions
|
|
@ -15,7 +15,8 @@ const overrides = {
|
||||||
styles: {
|
styles: {
|
||||||
global: () => ({
|
global: () => ({
|
||||||
body: {
|
body: {
|
||||||
bg: 'bg'
|
bg: 'bg',
|
||||||
|
transition: 'all 200ms linear !important'
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue