mirror of
https://github.com/misskey-dev/misskey
synced 2024-12-01 08:18:51 +09:00
🎨
This commit is contained in:
parent
8539c7b20f
commit
fabd1f1791
@ -119,7 +119,8 @@ onMounted(() => {
|
||||
borderWidth: 2,
|
||||
borderJoinStyle: 'round',
|
||||
borderColor: color,
|
||||
backgroundColor: alpha(color, 0.1),
|
||||
backgroundColor: alpha(color, 0.2),
|
||||
fill: true,
|
||||
data: [],
|
||||
}],
|
||||
},
|
||||
|
@ -119,7 +119,8 @@ onMounted(() => {
|
||||
borderWidth: 2,
|
||||
borderJoinStyle: 'round',
|
||||
borderColor: color,
|
||||
backgroundColor: alpha(color, 0.1),
|
||||
backgroundColor: alpha(color, 0.2),
|
||||
fill: true,
|
||||
data: [],
|
||||
}],
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user