mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-26 04:55:15 +00:00
Fix colors
This commit is contained in:
parent
6822688703
commit
14f733cad4
|
@ -17,7 +17,7 @@ export const useColorStore = defineStore('colorStore', {
|
|||
actions: {
|
||||
updateProfitLossColor() {
|
||||
const [colorUp, colorDown] =
|
||||
this.colorPreference === 'greenUp' ? ['#26A69A', '#ef5350'] : ['#ef5350', '#12bb7b'];
|
||||
this.colorPreference === 'greenUp' ? ['#26A69A', '#ef5350'] : ['#ef5350', '#26A69A'];
|
||||
this.colorUp = colorUp;
|
||||
this.colorDown = colorDown;
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue
Block a user