Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d06a09f

Browse files
committed
styles:remove item border
1 parent 3827337 commit d06a09f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎lib/views/album_page/album_page.dart‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ class _AlbumPageState extends State<AlbumPage> implements AlbumPageContract {
129129
height: 150,
130130
fit: BoxFit.cover,
131131
cache: true,
132-
border: Border.all(color: Colors.grey, width: 1.0),
132+
// border: Border.all(color: Colors.grey, width: 1.0),
133133
borderRadius: BorderRadius.all(Radius.circular(8)),
134134
loadStateChanged: (state) =>
135135
defaultLoadStateChanged(state, iconSize: 30),

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /