update on settings and customer background
This commit is contained in:
parent
05c3208cad
commit
6424e82d54
18 changed files with 227 additions and 42 deletions
|
|
@ -15,7 +15,7 @@ class SettingWidget extends StatelessWidget {
|
|||
return Container(
|
||||
padding: EdgeInsets.symmetric(horizontal: 16, vertical: 16),
|
||||
decoration: BoxDecoration(
|
||||
color: const Color.fromRGBO(39, 20, 36, 0.66),
|
||||
color: const Color.fromRGBO(28, 17, 32, 0.678),
|
||||
border: Border.all(color: const Color.fromRGBO(74, 74, 74, 0.127)),
|
||||
borderRadius: BorderRadius.circular(8.0)),
|
||||
child: SizedBox(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue