diff --git a/lib/widgets/menu_widget.dart b/lib/widgets/menu_widget.dart index fbe8959..9d7369b 100644 --- a/lib/widgets/menu_widget.dart +++ b/lib/widgets/menu_widget.dart @@ -17,7 +17,7 @@ class MenuWidget extends StatelessWidget { padding: EdgeInsets.all(16), decoration: BoxDecoration( borderRadius: BorderRadius.circular(24), - color: Color.fromARGB(149, 16, 22, 28), + color: Color.fromRGBO(16, 22, 28, 0.58), border: Border.all(color: const Color.fromRGBO(41, 60, 78, 0.914)), ), width: 120,