File tree Expand file tree Collapse file tree 1 file changed +4
-10
lines changed
Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ import 'package:timefly/app_theme.dart';
66import 'package:timefly/blocs/habit/habit_bloc.dart' ;
77import 'package:timefly/blocs/habit/habit_state.dart' ;
88import 'package:timefly/login/login_page.dart' ;
9- import 'package:timefly/mine/change_theme_screen.dart' ;
109import 'package:timefly/models/habit.dart' ;
1110
1211class UserInfoView extends StatelessWidget {
@@ -191,12 +190,8 @@ class EnterView extends StatelessWidget {
191190 Expanded (
192191 child: AspectRatio (
193192 aspectRatio: 0.8 ,
194- child: _item ('assets/images/icon_theme.svg' , '主题\n 更多主题色' , () {
195- Navigator .of (context)
196- .push (CupertinoPageRoute (builder: (context) {
197- return ChangeThemePage ();
198- }));
199- }),
193+ child: _item (
194+ 'assets/images/icon_contect.svg' , '联系我\n 建议和疑问' , () {}),
200195 ))
201196 ],
202197 ),
@@ -209,16 +204,15 @@ class EnterView extends StatelessWidget {
209204 child: AspectRatio (
210205 aspectRatio: 0.8 ,
211206 child: _item (
212- 'assets/images/icon_contect .svg' , '联系我 \n 建议和疑问 ' , () {}),
207+ 'assets/images/icon_today .svg' , '这一天 \n 我在这一天... ' , () {}),
213208 )),
214209 SizedBox (
215210 width: 16 ,
216211 ),
217212 Expanded (
218213 child: AspectRatio (
219214 aspectRatio: 0.8 ,
220- child: _item (
221- 'assets/images/icon_today.svg' , '这一天\n 我在这一天...' , () {}),
215+ child: SizedBox (),
222216 ))
223217 ],
224218 )
You can’t perform that action at this time.
0 commit comments