Browse Source

fix: color for empty beats

pull/154/head^2
Philipp Dormann 4 years ago
parent
commit
6f3ac9199e
No known key found for this signature in database GPG Key ID: 3BB9ADD52DCA4314
  1. 2
      src/components/HeartbeatBar.vue

2
src/components/HeartbeatBar.vue

@ -168,7 +168,7 @@ export default {
} }
} }
.active .hp-bar-big .beat.empty{ .hp-bar-big .beat.empty{
background-color: #848484; background-color: #848484;
} }

Loading…
Cancel
Save