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