feat: Enhance background geofence functionality with notifications and localization support
This commit is contained in:
@@ -43,13 +43,6 @@ class ShiftDetailsBottomBar extends StatelessWidget {
|
||||
decoration: BoxDecoration(
|
||||
color: UiColors.white,
|
||||
border: Border(top: BorderSide(color: UiColors.border)),
|
||||
boxShadow: [
|
||||
BoxShadow(
|
||||
color: UiColors.popupShadow.withValues(alpha: 0.05),
|
||||
blurRadius: 10,
|
||||
offset: const Offset(0, -4),
|
||||
),
|
||||
],
|
||||
),
|
||||
child: _buildButtons(status, i18n, context),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user