Adjusted color

This commit is contained in:
Patrick Alvin Alcala 2026-02-06 18:50:23 +08:00
parent ea51af0eb9
commit 5c55580272

View file

@ -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,