idle7000
This commit is contained in:
@@ -974,7 +974,7 @@ class _DocumentViewerState extends State<DocumentViewer> {
|
|||||||
context: context,
|
context: context,
|
||||||
builder: (BuildContext context) {
|
builder: (BuildContext context) {
|
||||||
return Dialog(
|
return Dialog(
|
||||||
backgroundColor: Colors.transparent,
|
backgroundColor: AppTheme.primaryBackground.withValues(alpha: 0.65),
|
||||||
child: ConstrainedBox(
|
child: ConstrainedBox(
|
||||||
constraints: const BoxConstraints(maxWidth: 400),
|
constraints: const BoxConstraints(maxWidth: 400),
|
||||||
child: Container(
|
child: Container(
|
||||||
|
|||||||
@@ -158,7 +158,10 @@ class _HomePageState extends State<HomePage> with TickerProviderStateMixin {
|
|||||||
Navigator.of(dialogContext).pop();
|
Navigator.of(dialogContext).pop();
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
child: const Text('Create'),
|
child: Text(
|
||||||
|
'Create',
|
||||||
|
style: TextStyle(color: Colors.red[400]),
|
||||||
|
),
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user