|
|
@@ -326,23 +326,8 @@ class _HeroBanner extends StatelessWidget {
|
|
|
child: Column(
|
|
|
crossAxisAlignment: CrossAxisAlignment.start,
|
|
|
children: [
|
|
|
- Container(
|
|
|
- width: 34,
|
|
|
- height: 34,
|
|
|
- decoration: BoxDecoration(
|
|
|
- color: AppColors.brand,
|
|
|
- borderRadius: BorderRadius.circular(8),
|
|
|
- ),
|
|
|
- alignment: Alignment.center,
|
|
|
- child: const Text(
|
|
|
- 'iBit',
|
|
|
- style: TextStyle(
|
|
|
- color: Colors.black,
|
|
|
- fontSize: 12,
|
|
|
- fontWeight: FontWeight.w800,
|
|
|
- ),
|
|
|
- ),
|
|
|
- ),
|
|
|
+ //钱包图标
|
|
|
+ Image.asset("assets/images/ico_iBit_wallet.png",width:30,),
|
|
|
const Spacer(),
|
|
|
Text(
|
|
|
l10n.appHomeHeroTitle,
|