Updated widgets
This commit is contained in:
parent
78259a6f7e
commit
5ee5902524
4 changed files with 28 additions and 45 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue