From 5c555802720209363e826607aae7c2daf929976f Mon Sep 17 00:00:00 2001 From: Patrick Alvin Alcala Date: Fri, 6 Feb 2026 18:50:23 +0800 Subject: [PATCH] Adjusted color --- lib/widgets/menu_widget.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,