feat: product view wip
This commit is contained in:
@@ -271,7 +271,7 @@ class _PortofolioViewState extends State<PortofolioView> {
|
||||
color: bgContentColor[e.key],
|
||||
),
|
||||
child: Text(
|
||||
'${e.value.value} %',
|
||||
'${e.value.value}%',
|
||||
style: TextStyle(
|
||||
fontWeight: FontWeight.bold,
|
||||
color: contentColor[e.key]),
|
||||
|
||||
Reference in New Issue
Block a user