mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-07-21 16:21:04 +10:00
Merge branch 'main' into dev-MapManageRepeater
This commit is contained in:
@@ -547,7 +547,7 @@ class _RepeaterSettingsScreenState extends State<RepeaterSettingsScreen> {
|
|||||||
}) {
|
}) {
|
||||||
return Row(
|
return Row(
|
||||||
children: [
|
children: [
|
||||||
Icon(icon, color: Theme.of(context).primaryColor),
|
Icon(icon, color: Theme.of(context).textTheme.headlineSmall?.color),
|
||||||
const SizedBox(width: 8),
|
const SizedBox(width: 8),
|
||||||
Text(
|
Text(
|
||||||
title,
|
title,
|
||||||
|
|||||||
@@ -417,7 +417,7 @@ class _RepeaterStatusScreenState extends State<RepeaterStatusScreen> {
|
|||||||
children: [
|
children: [
|
||||||
Row(
|
Row(
|
||||||
children: [
|
children: [
|
||||||
Icon(Icons.info_outline, color: Theme.of(context).primaryColor),
|
Icon(Icons.info_outline, color: Theme.of(context).textTheme.headlineSmall?.color),
|
||||||
const SizedBox(width: 8),
|
const SizedBox(width: 8),
|
||||||
const Text(
|
const Text(
|
||||||
'System Information',
|
'System Information',
|
||||||
@@ -446,7 +446,7 @@ class _RepeaterStatusScreenState extends State<RepeaterStatusScreen> {
|
|||||||
children: [
|
children: [
|
||||||
Row(
|
Row(
|
||||||
children: [
|
children: [
|
||||||
Icon(Icons.radio, color: Theme.of(context).primaryColor),
|
Icon(Icons.radio, color: Theme.of(context).textTheme.headlineSmall?.color),
|
||||||
const SizedBox(width: 8),
|
const SizedBox(width: 8),
|
||||||
const Text(
|
const Text(
|
||||||
'Radio Statistics',
|
'Radio Statistics',
|
||||||
@@ -475,7 +475,7 @@ class _RepeaterStatusScreenState extends State<RepeaterStatusScreen> {
|
|||||||
children: [
|
children: [
|
||||||
Row(
|
Row(
|
||||||
children: [
|
children: [
|
||||||
Icon(Icons.analytics, color: Theme.of(context).primaryColor),
|
Icon(Icons.analytics, color: Theme.of(context).textTheme.headlineSmall?.color),
|
||||||
const SizedBox(width: 8),
|
const SizedBox(width: 8),
|
||||||
const Text(
|
const Text(
|
||||||
'Packet Statistics',
|
'Packet Statistics',
|
||||||
|
|||||||
Reference in New Issue
Block a user