update order detail
This commit is contained in:
@@ -23,7 +23,7 @@ class DocumentCard extends StatelessWidget {
|
||||
border: Border.all(color: AppColors.grey100),
|
||||
boxShadow: [
|
||||
BoxShadow(
|
||||
color: Colors.black.withOpacity(0.05),
|
||||
color: Colors.black.withValues(alpha: 0.05),
|
||||
blurRadius: 4,
|
||||
offset: const Offset(0, 2),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user