Updated widgets

This commit is contained in:
Patrick Alvin Alcala 2025-12-10 18:12:15 +08:00
parent 78259a6f7e
commit 5ee5902524
4 changed files with 28 additions and 45 deletions

View file

@ -18,7 +18,7 @@ class MenuWidget extends StatelessWidget {
decoration: BoxDecoration(
borderRadius: BorderRadius.circular(8),
color: Color.fromARGB(149, 16, 22, 28),
border: Border.all(color: const Color(0xff202f3d)),
border: Border.all(color: const Color.fromRGBO(32, 47, 61, 1)),
),
width: 120,
height: 120,