WIP Themes: New light theme
This commit is contained in:
@ -39,7 +39,7 @@ class EntityPicture extends StatelessWidget {
|
||||
child: Icon(
|
||||
IconData(iconCode, fontFamily: 'Material Design Icons'),
|
||||
size: Sizes.largeIconSize,
|
||||
color: EntityColor.defaultStateColor,
|
||||
color: HAClientTheme().defaultStateColor,
|
||||
)
|
||||
)
|
||||
);
|
||||
|
Reference in New Issue
Block a user