feat: product chart view
This commit is contained in:
@@ -334,7 +334,7 @@ class _HomeViewState extends State<HomeView> {
|
||||
Container(
|
||||
padding: const EdgeInsets.all(12),
|
||||
decoration: BoxDecoration(
|
||||
color: const Color(0xffEFF6FF),
|
||||
color: ColorPalette.blue50,
|
||||
borderRadius: BorderRadius.circular(12)
|
||||
),
|
||||
child: const Column(
|
||||
|
||||
Reference in New Issue
Block a user