Updated widgets
This commit is contained in:
parent
78259a6f7e
commit
5ee5902524
4 changed files with 28 additions and 45 deletions
|
|
@ -14,11 +14,11 @@ class BoxWidget extends StatelessWidget {
|
|||
padding: EdgeInsets.all(16),
|
||||
decoration: BoxDecoration(
|
||||
borderRadius: BorderRadius.circular(8),
|
||||
color: Color.fromARGB(149, 16, 22, 28),
|
||||
color: Color.fromRGBO(16, 22, 28, 0.584),
|
||||
border: Border.all(color: const Color.fromRGBO(32, 47, 61, 1)),
|
||||
),
|
||||
width: MediaQuery.of(context).size.width - 100,
|
||||
height: MediaQuery.of(context).size.height / 2.2,
|
||||
width: MediaQuery.of(context).size.width - 30,
|
||||
// height: MediaQuery.of(context).size.height / 2.2,
|
||||
child: Column(
|
||||
crossAxisAlignment: CrossAxisAlignment.start,
|
||||
children: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue