Skip to content
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.

Commit

Permalink
Change default background colour to white in MetricConfigurator
Browse files Browse the repository at this point in the history
  • Loading branch information
katrinDY committed Feb 28, 2022
1 parent 63b3efe commit 49a525a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/PageBlocks/MetricConfigurator/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,9 @@ export default {
addMetric () {
const m = {
labelStyle: {},
valueStyle: {},
valueStyle: {
backgroundColor: '#ffffff',
},
}
this.metrics.push(m)
this.editMetric(m)
Expand Down

0 comments on commit 49a525a

Please sign in to comment.