File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
mobile/lib/presentation/widgets/asset_viewer Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ class _ViewerQuickActionConfiguratorState extends ConsumerState<ViewerQuickActio
8383 height: 4 ,
8484 decoration: BoxDecoration (
8585 color: theme.colorScheme.onSurface.withValues (alpha: 0.25 ),
86- borderRadius: BorderRadius .circular (2 ),
86+ borderRadius: const BorderRadius .all ( Radius . circular (2 ) ),
8787 ),
8888 ),
8989 const SizedBox (height: 16 ),
@@ -172,7 +172,7 @@ class _QuickActionTile extends StatelessWidget {
172172 child: Container (
173173 padding: const EdgeInsets .symmetric (horizontal: 8 , vertical: 8 ),
174174 decoration: BoxDecoration (
175- borderRadius: BorderRadius .circular (12 ),
175+ borderRadius: const BorderRadius .all ( Radius . circular (12 ) ),
176176 border: Border .all (color: borderColor),
177177 color: backgroundColor,
178178 ),
@@ -189,7 +189,7 @@ class _QuickActionTile extends StatelessWidget {
189189 height: 24 ,
190190 decoration: BoxDecoration (
191191 color: indicatorColor.withValues (alpha: 0.15 ),
192- borderRadius: BorderRadius .circular (12 ),
192+ borderRadius: const BorderRadius .all ( Radius . circular (12 ) ),
193193 ),
194194 child: Center (
195195 child: Text (
You can’t perform that action at this time.
0 commit comments