1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-02-28 17:14:26 -06:00
This commit is contained in:
syuilo 2022-12-24 11:04:07 +09:00
parent 8539c7b20f
commit fabd1f1791
2 changed files with 4 additions and 2 deletions
packages/client/src/pages/admin

View file

@ -119,7 +119,8 @@ onMounted(() => {
borderWidth: 2, borderWidth: 2,
borderJoinStyle: 'round', borderJoinStyle: 'round',
borderColor: color, borderColor: color,
backgroundColor: alpha(color, 0.1), backgroundColor: alpha(color, 0.2),
fill: true,
data: [], data: [],
}], }],
}, },

View file

@ -119,7 +119,8 @@ onMounted(() => {
borderWidth: 2, borderWidth: 2,
borderJoinStyle: 'round', borderJoinStyle: 'round',
borderColor: color, borderColor: color,
backgroundColor: alpha(color, 0.1), backgroundColor: alpha(color, 0.2),
fill: true,
data: [], data: [],
}], }],
}, },