Resolves #106 Climate support

This commit is contained in:
Yegor Vialov
2018-10-11 23:02:05 +03:00
parent 136297c18b
commit 948d1d4e23
9 changed files with 283 additions and 63 deletions

View File

@ -17,7 +17,7 @@ class _ButtonEntityWidgetState extends _EntityWidgetState {
"EXECUTE",
textAlign: TextAlign.right,
style:
new TextStyle(fontSize: Entity.STATE_FONT_SIZE, color: Colors.blue),
new TextStyle(fontSize: stateFontSize, color: Colors.blue),
),
);
}