mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-01 17:13:45 +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: {
|
||||
global: () => ({
|
||||
body: {
|
||||
bg: 'bg'
|
||||
bg: 'bg',
|
||||
transition: 'all 200ms linear !important'
|
||||
}
|
||||
})
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue