mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-08-25 17:09:40 +00:00
Update SpaceCell widget shadow properties for improved visual appearance
This commit is contained in:
@ -74,9 +74,8 @@ class SpaceCell extends StatelessWidget {
|
|||||||
borderRadius: BorderRadius.circular(15),
|
borderRadius: BorderRadius.circular(15),
|
||||||
boxShadow: [
|
boxShadow: [
|
||||||
BoxShadow(
|
BoxShadow(
|
||||||
color: ColorsManager.lightGrayColor.withValues(alpha: 0.5),
|
color: ColorsManager.lightGrayColor.withValues(alpha: 0.25),
|
||||||
spreadRadius: 2,
|
blurRadius: 7,
|
||||||
blurRadius: 5,
|
|
||||||
offset: const Offset(0, 3),
|
offset: const Offset(0, 3),
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
|
Reference in New Issue
Block a user