mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-23 20:23:08 +00:00
swap example theme colors (#851)
This commit is contained in:
committed by
Alex Krolick
parent
19b16af6e1
commit
fc99015393
@@ -1,12 +1,12 @@
|
||||
export const themes = {
|
||||
light: {
|
||||
foreground: '#ffffff',
|
||||
background: '#222222',
|
||||
},
|
||||
dark: {
|
||||
foreground: '#000000',
|
||||
background: '#eeeeee',
|
||||
},
|
||||
dark: {
|
||||
foreground: '#ffffff',
|
||||
background: '#222222',
|
||||
},
|
||||
};
|
||||
|
||||
// highlight-range{1-3}
|
||||
|
||||
Reference in New Issue
Block a user