Skip to content

Commit

Permalink
Merge pull request #13 from polkawallet-io/develop
Browse files Browse the repository at this point in the history
app release 3.3.6
  • Loading branch information
RomeroYang authored Sep 26, 2022
2 parents c80eca5 + 4e04876 commit 8eb1eb0
Show file tree
Hide file tree
Showing 9 changed files with 440 additions and 176 deletions.
7 changes: 4 additions & 3 deletions example/lib/pages/assetsContent.dart
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
import 'package:flutter/material.dart';
import 'package:flutter_mobx/flutter_mobx.dart';
import 'package:polkawallet_ui/components/borderedTitle.dart';
import 'package:polkawallet_ui/components/roundedCard.dart';
import 'package:polkawallet_sdk/plugin/index.dart';
import 'package:polkawallet_sdk/plugin/store/balances.dart';
import 'package:polkawallet_sdk/storage/keyring.dart';
import 'package:polkawallet_ui/components/borderedTitle.dart';
import 'package:polkawallet_ui/components/roundedCard.dart';
import 'package:polkawallet_ui/components/textTag.dart';
import 'package:polkawallet_ui/utils/consts.dart';
import 'package:polkawallet_ui/utils/format.dart';

class AssetsContent extends StatefulWidget {
Expand Down Expand Up @@ -63,7 +64,7 @@ class _AssetsContentState extends State<AssetsContent> {
child: TextTag(
'TestToken',
fontSize: 16,
color: Colors.red,
color: PluginColorsDark.primary,
margin: EdgeInsets.only(left: 12),
padding: EdgeInsets.fromLTRB(8, 4, 8, 4),
))
Expand Down
Loading

0 comments on commit 8eb1eb0

Please sign in to comment.