Skip to content

Commit

Permalink
[automated commit] lint format and import sort
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions authored and thelukewalton committed May 16, 2024
1 parent 48fc752 commit 6fc5469
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import 'dart:math';

import 'package:flutter/material.dart';
import 'package:flutter/rendering.dart';
import 'package:widgetbook/widgetbook.dart';
import 'package:zeta_flutter/zeta_flutter.dart';

Expand Down
2 changes: 1 addition & 1 deletion lib/src/components/top_app_bar/top_app_bar.dart
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ class _ZetaTopAppBarState extends State<ZetaTopAppBar> {
child: IconButtonTheme(
data: IconButtonThemeData(style: IconButton.styleFrom(tapTargetSize: MaterialTapTargetSize.shrinkWrap)),
child: Padding(
padding: const EdgeInsets.symmetric(horizontal: ZetaSpacing.b),
padding: const EdgeInsets.symmetric(horizontal: ZetaSpacing.x1),
child: AppBar(
elevation: 0,
scrolledUnderElevation: 0,
Expand Down

0 comments on commit 6fc5469

Please sign in to comment.