Merge branch 'feature/linked-devices' into fusion-app
This commit is contained in:
@@ -29,12 +29,12 @@ class DeleteDeviceDialog extends ConsumerWidget {
|
|||||||
big: EdgeInsets.symmetric(horizontal: 24, vertical: 18)
|
big: EdgeInsets.symmetric(horizontal: 24, vertical: 18)
|
||||||
),
|
),
|
||||||
width: SizeUtils.getByScreen(small: 360, big: 350),
|
width: SizeUtils.getByScreen(small: 360, big: 350),
|
||||||
height: SizeUtils.getByScreen(small: 195, big: 160),
|
height: SizeUtils.getByScreen(small: 184, big: 160),
|
||||||
child: Column(
|
child: Column(
|
||||||
children: [
|
children: [
|
||||||
Text(context.translate(I18n.deleteDeviceDialog),
|
Text(context.translate(I18n.deleteDeviceDialog),
|
||||||
textAlign: TextAlign.center,
|
textAlign: TextAlign.center,
|
||||||
style: TextStyle(fontSize: SizeUtils.getByScreen(small: 19, big: 16)),
|
style: TextStyle(fontSize: SizeUtils.getByScreen(small: 17, big: 16)),
|
||||||
),
|
),
|
||||||
SizedBox(height: SizeUtils.getByScreen(small: 28, big: 27)),
|
SizedBox(height: SizeUtils.getByScreen(small: 28, big: 27)),
|
||||||
Row(
|
Row(
|
||||||
|
|||||||
Reference in New Issue
Block a user