update
This commit is contained in:
parent
bda39a56d0
commit
37a855cc6c
21 changed files with 176 additions and 226 deletions
|
|
@ -93,16 +93,16 @@ class _CustomerSearchPageState extends State<CustomerSearchPage> {
|
|||
Column(
|
||||
children: [
|
||||
const Gap(96),
|
||||
Row(
|
||||
const Row(
|
||||
mainAxisAlignment: MainAxisAlignment.start,
|
||||
children: [
|
||||
const Gap(16),
|
||||
const LogoWidget(size: 56),
|
||||
Gap(16),
|
||||
LogoWidget(size: 56),
|
||||
],
|
||||
),
|
||||
const Gap(8),
|
||||
Container(
|
||||
padding: EdgeInsets.only(left: 64, right: 64),
|
||||
padding: const EdgeInsets.only(left: 64, right: 64),
|
||||
child: Column(
|
||||
children: [
|
||||
InputWidget(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue