KhalisFoundation / sundar-gutka-react

Other
11 stars 9 forks source link

colors should be dependent on theme #9

Closed ManjotS closed 6 years ago

ManjotS commented 6 years ago

Code from titanium version:

                      this.nightMode.color.bg = (this.nightMode.value?  '#000000' : '#FFFFFF');
                      this.nightMode.color.text = (!this.nightMode.value?  '#000000' : '#FFFFFF');
                      this.nightMode.color.gray = (this.nightMode.value? '#BFBFBF' : '#727272');
                      this.nightMode.color.blue = '#0066FF'; //(this.nightMode.value? '#4757D1' : '#0066FF');
kee23 commented 6 years ago

Fixed in 5.0.9