Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
UI: Update check icon color in TimeTableScreen (#612)
### TL;DR Added color tinting to the check icon in the TimeTableScreen's Done button ### What changed? Added a `ColorFilter.tint()` to the check icon image in the TimeTableScreen, using the foreground color derived from the current theme color ### How to test? 1. Navigate to the TimeTableScreen 2. Verify that the check icon in the Done button matches the theme's foreground color 3. Test with different theme colors to ensure proper contrast ### Why make this change? To ensure the check icon maintains proper visibility and consistency with the app's theme, particularly when different theme colors are applied
- Loading branch information