Skip to content

Commit

Permalink
Update: Code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
AmosHuKe committed May 15, 2024
1 parent c0d9e1b commit a5b0a34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions lib/views/home/index.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
3 changes: 1 addition & 2 deletions lib/views/menu_screen/widgets/setting_database.dart
Original file line number Diff line number Diff line change
Expand Up @@ -292,8 +292,7 @@ class _ImportDatabaseBodyState extends State<ImportDatabaseBody> {
color: Colors.transparent,
child: TextButton(
style: ButtonStyle(
shape:
WidgetStateProperty.all(const CircleBorder()),
shape: WidgetStateProperty.all(const CircleBorder()),
),
onPressed: () async {
final String filePath =
Expand Down

0 comments on commit a5b0a34

Please sign in to comment.