Skip to content

Commit

Permalink
fix: detail screen
Browse files Browse the repository at this point in the history
  • Loading branch information
Suraj Adhikari committed Dec 8, 2021
1 parent e4eee9f commit 862835a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions lib/traits/detail_screen.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import 'package:bootstrap_icons/bootstrap_icons.dart';
import 'package:flutter/material.dart';
import 'package:provider/provider.dart';
import 'package:yonomi_device_widgets/assets/traits/unknown_item_icon.dart';
Expand Down Expand Up @@ -28,7 +27,10 @@ class DetailScreen extends StatelessWidget {
padding: const EdgeInsets.all(8.0),
child: Row(
children: [
UnknownItemIcon(size: 20),
UnknownItemIcon(
size: 20.0,
color: Colors.white,
),
Padding(
padding: const EdgeInsets.all(8.0),
child: Text(name, style: TextStyle(fontSize: 20)),
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
yonomi_platform_sdk:
git:
url: git@github.com:Yonomi/yonomi-sdk-dart.git
ref: 1c5d58096a16bdd8
ref: DX-244

dev_dependencies:
mockito: ^5.0.15
Expand Down

0 comments on commit 862835a

Please sign in to comment.