fix: content padding text field
This commit is contained in:
@@ -122,11 +122,20 @@ class _PortofolioViewState extends State<PortofolioView> {
|
||||
),
|
||||
const Column(
|
||||
children: [
|
||||
Text('Total Mutual Fund'),
|
||||
Text('Total Mutual Fund',
|
||||
style: TextStyle(
|
||||
fontWeight: FontWeight.w600,
|
||||
fontSize: 18,
|
||||
color: ColorPalette.slate400
|
||||
),
|
||||
),
|
||||
Text('10',
|
||||
style: TextStyle(
|
||||
fontSize: 44,
|
||||
fontWeight: FontWeight.w700)),
|
||||
style: TextStyle(
|
||||
fontSize: 44,
|
||||
fontWeight: FontWeight.w700
|
||||
)
|
||||
)
|
||||
,
|
||||
],
|
||||
)
|
||||
]),
|
||||
|
||||
Reference in New Issue
Block a user