modified divider color to match figma design.

This commit is contained in:
Faris Armoush
2025-04-21 10:59:09 +03:00
parent cf20bdcd42
commit 67a164e6d2

View File

@ -58,7 +58,7 @@ class SaveRoutineHelper {
_buildIfConditions(state, context), _buildIfConditions(state, context),
Container( Container(
width: 1, width: 1,
color: ColorsManager.greyColor, color: ColorsManager.greyColor.withValues(alpha: 0.8),
), ),
_buildThenActions(state, context), _buildThenActions(state, context),
], ],