chore: inform size

This commit is contained in:
cha0s 2019-03-20 19:31:18 -05:00
parent 8ae661169c
commit c8ff30d5dc

View File

@ -11,7 +11,7 @@ class InformedBase extends Trait {
static defaultState() {
return {
informSize: [300, 300],
informSize: [1280, 720],
};
}