Skip to content

Commit 34d098b

Browse files
committed
styles:remove border
1 parent 2f11536 commit 34d098b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/components/manage_item.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,14 +83,14 @@ class ManageItem extends StatelessWidget {
8383
child: Card(
8484
clipBehavior: Clip.antiAlias,
8585
shape: RoundedRectangleBorder(
86-
borderRadius: BorderRadiusDirectional.circular(2)),
86+
borderRadius: BorderRadiusDirectional.circular(8)),
8787
child: ExtendedImage.network(
8888
this.url,
8989
width: 50,
9090
height: 50,
9191
fit: BoxFit.cover,
9292
cache: true,
93-
border: Border.all(color: Colors.grey, width: 1.0),
93+
// border: Border.all(color: Colors.grey, width: 1.0),
9494
borderRadius: BorderRadius.all(Radius.circular(8)),
9595
loadStateChanged: (state) => defaultLoadStateChanged(state),
9696
),

0 commit comments

Comments
 (0)