Skip to content

Commit 50d50ba

Browse files
committed
release:v3.0.0d2rel
1 parent 4ab8acc commit 50d50ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

namepicker/lib/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ class CustomTitleBar extends StatelessWidget {
344344
child: Row(
345345
children: [
346346
SizedBox(width: 8),
347-
Icon(Icons.apps, size: 20),
347+
SafeArea(child: Image(image: AssetImage('assets/NamePicker.png',),width: 20,height: 20,)),
348348
SizedBox(width: 8),
349349
Text('NamePicker', style: TextStyle(fontSize: 16, fontWeight: FontWeight.w600)),
350350
Spacer(),

0 commit comments

Comments
 (0)