fix: homepage view
This commit is contained in:
@@ -52,7 +52,7 @@ class PhoneNumberView extends StatelessWidget {
|
||||
width: SizeConfig.width * .23,
|
||||
padding:
|
||||
const EdgeInsets.symmetric(horizontal: 16.0),
|
||||
margin: const EdgeInsets.only(right: 16),
|
||||
margin: const EdgeInsets.only(right: 16, left: 2, top: 2, bottom: 2),
|
||||
decoration: const BoxDecoration(
|
||||
color: ColorPalette.grey,
|
||||
borderRadius: BorderRadius.only(
|
||||
|
Reference in New Issue
Block a user