Skip to content

Commit

Permalink
add material theme to sensor data tab. The sensor data tab still has …
Browse files Browse the repository at this point in the history
…material design
  • Loading branch information
o-bagge committed Feb 20, 2024
1 parent 1f6b48d commit a2c9ef7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion open_earable/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,9 @@ class _MyHomePageState extends State<MyHomePage> {
_openEarable;
_widgetOptions = <Widget>[
ControlTab(_openEarable),
SensorDataTab(_openEarable),
Material(
child:
Theme(data: materialTheme, child: SensorDataTab(_openEarable))),
AppsTab(_openEarable),
];
}
Expand Down

0 comments on commit a2c9ef7

Please sign in to comment.