diff options
Diffstat (limited to 'demos/simple-react/src/index.css')
-rw-r--r-- | demos/simple-react/src/index.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/simple-react/src/index.css b/demos/simple-react/src/index.css index e1bfbb825..cbcf1e654 100644 --- a/demos/simple-react/src/index.css +++ b/demos/simple-react/src/index.css @@ -1,5 +1,5 @@ @import "./button.css"; body { - background-color: pink; + background-color: orange; } |