Skip to content

Commit

Permalink
refactor: Auto
Browse files Browse the repository at this point in the history
  • Loading branch information
reasje committed Dec 12, 2024
1 parent a0153d0 commit b81c0f3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import 'package:mxc_logic/mxc_logic.dart';
import 'package:mxc_logic/src/data/api/client/web3_client.dart';
import 'package:mxc_logic/src/data/socket/mxc_socket_client.dart';
import 'package:web3dart/crypto.dart';
import 'package:web3dart/web3dart.dart';

class TokenContractRepository {
TokenContractRepository(
Expand Down
2 changes: 1 addition & 1 deletion ui/lib/src/buttons/circle_button.dart
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ class _MxcCircleIconButton extends MxcCircleButton {
String? title,
Color? color,
TextStyle? titleStyle,
double? this.iconSize,
this.iconSize,
double? textSpace,
double? shadowRadius,
Color? iconFillColor})
Expand Down
2 changes: 1 addition & 1 deletion ui/lib/src/buttons/mxc_rectangle_button.dart
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ class _MxcCircleIconButton extends MXCRectangleButton {
String? title,
Color? color,
TextStyle? titleStyle,
double? this.iconSize,
this.iconSize,
double? textSpace,
double? shadowRadius,
Color? iconFillColor})
Expand Down

0 comments on commit b81c0f3

Please sign in to comment.