diff --git a/lib/views/home/index.dart b/lib/views/home/index.dart index ac5ae69..e1f95c7 100644 --- a/lib/views/home/index.dart +++ b/lib/views/home/index.dart @@ -370,8 +370,7 @@ class NoticeCard extends StatelessWidget { child: OutlinedButton( style: ButtonStyle( foregroundColor: WidgetStateProperty.all(Colors.white), - backgroundColor: - WidgetStateProperty.all(Colors.black87), + backgroundColor: WidgetStateProperty.all(Colors.black87), textStyle: WidgetStateProperty.all( TextStyle( fontSize: 14.sp, diff --git a/lib/views/menu_screen/widgets/setting_database.dart b/lib/views/menu_screen/widgets/setting_database.dart index ebd980a..7bd37eb 100644 --- a/lib/views/menu_screen/widgets/setting_database.dart +++ b/lib/views/menu_screen/widgets/setting_database.dart @@ -292,8 +292,7 @@ class _ImportDatabaseBodyState extends State { color: Colors.transparent, child: TextButton( style: ButtonStyle( - shape: - WidgetStateProperty.all(const CircleBorder()), + shape: WidgetStateProperty.all(const CircleBorder()), ), onPressed: () async { final String filePath =