mirror of
https://github.com/haorendashu/nowser.git
synced 2025-12-17 09:54:19 +01:00
add remote btn ui change
This commit is contained in:
@@ -212,7 +212,12 @@ class _MeRouter extends CustState<MeRouter> {
|
||||
child: Column(
|
||||
mainAxisSize: MainAxisSize.min,
|
||||
children: [
|
||||
Icon(Icons.add),
|
||||
Container(
|
||||
margin: EdgeInsets.only(
|
||||
bottom: Base.BASE_PADDING_HALF,
|
||||
),
|
||||
child: Icon(Icons.add),
|
||||
),
|
||||
Text(
|
||||
"Add",
|
||||
maxLines: 1,
|
||||
|
||||
Reference in New Issue
Block a user