style: fix notification setting padding styles#23934
Conversation
Reduced horizontal padding from 24px to 16px to align with app spacing consistency. Also updated line marginHorizontal to match. Fixes: https://consensyssoftware.atlassian.net/browse/MDP-373
|
Cursor Agent can help with this pull request. Just |
|
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
|
@cursor check failing unit tests. Update test snapshots. |
|
Done! I've updated the failing test snapshot. Here's a summary of the changes: Changes MadeFile Updated: The snapshot was updated to reflect the new container padding values: <RCTScrollView
style={
{
"paddingBottom": 48,
"paddingLeft": 16,
"paddingRight": 16,
}
}
>Commit: The test now passes locally and the changes have been pushed to the branch. The CI should re-run and the unit tests should pass now. Learn more about Cursor Agents |
Updated the snapshot to reflect the new container padding values: - paddingLeft: 16 - paddingRight: 16 - paddingBottom: 48
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #23934 +/- ##
===========================================
- Coverage 78.89% 68.79% -10.10%
===========================================
Files 4050 4055 +5
Lines 106202 106459 +257
Branches 21458 21522 +64
===========================================
- Hits 83789 73241 -10548
- Misses 16536 27833 +11297
+ Partials 5877 5385 -492 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
The CI render produces an empty View element that was missing from the snapshot.
🔍 Smart E2E Test Selection
click to see 🤖 AI reasoning detailsThe changes are purely cosmetic CSS styling modifications to the NotificationsSettings component:
These changes:
While the risk is low, running SmokeNotifications is appropriate to verify that the notification settings UI still renders correctly and is functional after these visual changes. The E2E tests interact with elements by IDs (not positions), so they should pass regardless of padding changes, but it's good practice to verify notification-related flows still work. |
|



Description
Update NotificationSettings container padding and line margin to align with app spacing consistency.
Changelog
CHANGELOG entry: style: update notification setting container padding
Related issues
Fixes: https://consensyssoftware.atlassian.net/browse/MDP-373 https://consensyssoftware.atlassian.net/browse/ASSETS-2120
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist
Note
Tightens NotificationsSettings horizontal padding to 16 and updates divider margin; refreshes snapshot accordingly.
containerfrompadding: 24topaddingLeft/Right: 16and keeppaddingBottom: 48.linemarginHorizontalfrom-24to-16.Written by Cursor Bugbot for commit 6460ac1. This will update automatically on new commits. Configure here.