whj %!s(int64=2) %!d(string=hai) anos
pai
achega
2aa3910ef8
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/components/LiquidLevel/index.vue

+ 2 - 2
src/components/LiquidLevel/index.vue

@@ -25,13 +25,13 @@ export default {
         case this.value.result > this.value.warnThird:
           return this.value.warnThirdColor
         case this.value.result > this.value.warnSecond:
-          return '#21fbff'
+          return '#295bed'
         case this.value.result > this.value.warnFirst:
           return this.value.warnSecondColor
         case this.value.result > 0:
           return this.value.warnFirstColor
         default:
-          return '#21fbff'
+          return '#295bed'
       }
     },
     chartOption () {