[udpate] 1. Update icon and ui

This commit is contained in:
ZharlieW
2025-08-29 15:36:23 +08:00
parent e76a76a078
commit 666b4e89ce
2 changed files with 8 additions and 13 deletions

BIN
assets/images/log_icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

View File

@@ -85,9 +85,9 @@ class ApplicationInfoState extends State<ApplicationInfo> {
},
child: _itemWidget(
'Activities',
rightWidget: const Icon(
Icons.history,
size: 22,
rightWidget: CommonImage(
iconName: 'log_icon.png',
size: 24,
),
),
),
@@ -305,17 +305,12 @@ class ApplicationInfoState extends State<ApplicationInfo> {
),
GestureDetector(
onTap: () => onTap?.call(),
child: SizedBox(
width: 48,
child: Center(
child: CommonImage(
iconName: iconName,
size: 24,
color: Colors.black,
),
),
child: CommonImage(
iconName: iconName,
size: 24,
color: Colors.black,
),
),
).setPaddingOnly(left: 8.0),
],
),
],