1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-02 16:45:54 +02:00

chore(client): fix style

This commit is contained in:
syuilo
2020-08-10 12:18:02 +09:00
parent 76389ad619
commit 26df23bb64

View File

@@ -288,7 +288,7 @@ export default Vue.extend({
borderColor: x.color,
borderDash: x.borderDash || [],
backgroundColor: alpha(x.color, 0.1),
fill: !!x.fill,
fill: x.fill == null ? true : x.false,
hidden: !!x.hidden
}))
},