Adjust badge rect

pull/3/head
Amio 2018-07-01 16:11:12 +08:00
rodzic 9258822c38
commit b098210f12
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -8,8 +8,8 @@ module.exports = function ({subject, status, color}) {
const sbRectWidth = sbTextWidth + 10
const stTextWidth = calcWidth(status)
const stRectWidth = stTextWidth + 13
const stTextStart = sbTextWidth + 16
const stRectWidth = stTextWidth + 11
const stTextStart = sbRectWidth + 5
const width = sbRectWidth + stRectWidth