| // Copyright 2025 The Chromium Authors |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| |
| #import "ios/chrome/browser/reminder_notifications/ui/constants.h" |
| |
| const CGFloat kReminderNotificationsTableSeparatorInset = 64.0; |
| const CGFloat kReminderNotificationsDatePickerPadding = 8.0; |
| const CGFloat kReminderNotificationsDatePickerWidth = 320.0; |
| const CGFloat kReminderNotificationsDatePickerHeightDate = 375.0; |
| const CGFloat kReminderNotificationsDatePickerHeightTime = 250.0; |
| const CGFloat kReminderNotificationsContentPadding = 16.0; |