summaryrefslogtreecommitdiff
path: root/app/client/modules/pix2pixhd
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-06-18 14:48:26 +0200
committerJules Laplace <julescarbon@gmail.com>2018-06-18 14:48:26 +0200
commit898dd4425320d632fc53d28068db334700a64024 (patch)
tree21f9ec0eccb75d48b3fbf09650821528d8212f84 /app/client/modules/pix2pixhd
parenteb3030ed0ad5aa93b99d237867480c989369930c (diff)
img ops!!
Diffstat (limited to 'app/client/modules/pix2pixhd')
-rw-r--r--app/client/modules/pix2pixhd/index.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/client/modules/pix2pixhd/index.js b/app/client/modules/pix2pixhd/index.js
index 331fe01..75c4d7f 100644
--- a/app/client/modules/pix2pixhd/index.js
+++ b/app/client/modules/pix2pixhd/index.js
@@ -12,11 +12,11 @@ import Pix2PixHDLive from './views/pix2pixhd.live'
class router {
componentWillMount(){
actions.system.changeTool('pix2pixhd')
- document.body.style.backgroundImage = 'linear-gradient(' + (util.randint(40)+40) + 'deg, #fde, #ffe)'
+ document.body.style.backgroundImage = 'linear-gradient(' + (util.randint(40)+40) + 'deg, #def, #dfe)'
}
componentWillReceiveProps(){
actions.system.changeTool('pix2pixhd')
- document.body.style.backgroundImage = 'linear-gradient(' + (util.randint(40)+40) + 'deg, #fde, #ffe)'
+ document.body.style.backgroundImage = 'linear-gradient(' + (util.randint(40)+40) + 'deg, #def, #dfe)'
}
render(){
return (