Browse Source

fix: darkmode: empty beats in active/ hovered state

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

4
src/components/HeartbeatBar.vue

@ -168,4 +168,8 @@ export default {
} }
} }
.active .hp-bar-big .beat.empty{
background-color: #848484;
}
</style> </style>

Loading…
Cancel
Save