Skip to content

Commit fcb2a20

Browse files
authored
Use network_cellular icon (#170)
1 parent b086d0d commit fcb2a20

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/view/pages/connections/connections_page.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class _ConnectionsPageState extends State<ConnectionsPage>
5454
icon: Icon(YaruIcons.network_wired),
5555
child: Text("Ethernet")),
5656
Tab(
57-
icon: Icon(YaruIcons.call_incoming),
57+
icon: Icon(YaruIcons.network_cellular),
5858
child: Text("Cellular")),
5959
]),
6060
),

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependencies:
3535
git:
3636
url: https://github.com/canonical/upower.dart
3737
yaru: ^0.1.7
38-
yaru_icons: ^0.0.6
38+
yaru_icons: ^0.0.7
3939
yaru_widgets:
4040
git:
4141
url: https://github.com/ubuntu/yaru_widgets.dart

0 commit comments

Comments
 (0)