Skip to content

Commit f2b0cc5

Browse files
authored
AccessPointTile: 4px BorderRadius (#164)
1 parent af73049 commit f2b0cc5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/view/pages/wifi/widgets/access_point_tile.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ class AccessPointTile extends StatelessWidget {
1919
animation: accessPointModel,
2020
builder: (_, __) {
2121
return InkWell(
22+
borderRadius: BorderRadius.circular(4),
2223
onTap: onTap,
2324
child: YaruRow(
2425
trailingWidget: Text(accessPointModel.name),

0 commit comments

Comments
 (0)