Adjusted color
This commit is contained in:
parent
ea51af0eb9
commit
5c55580272
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue