Switch Control Interface Icons to MaterialIcons

This commit is contained in:
Marty Oehme 2018-08-23 11:34:08 +02:00
parent 594506081a
commit 4906bbe54c
3 changed files with 9 additions and 14 deletions

View file

@ -6,7 +6,7 @@ import 'package:rules_of_living/src/Engine.dart';
@Component(
selector: 'sim-controls',
templateUrl: "controls_component.html",
directives: [coreDirectives, MaterialButtonComponent, MaterialIconComponent, MaterialSliderComponent],
directives: [coreDirectives, MaterialButtonComponent, MaterialIconComponent, MaterialSliderComponent, MaterialTooltipDirective],
providers: [],
styleUrls: const ["controls_component.css"],
)