-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
UI: Change screen backgrounds from background to surface color (#276)
### TL;DR Updated screen backgrounds to use surface color instead of background color in the Trip Planner UI ### What changed? Changed the background color property from `KrailTheme.colors.background` to `KrailTheme.colors.surface` in: - SavedTripsScreen - SearchStopScreen - TimeTableScreen ### Why make this change? Using the surface color provides better visual hierarchy and follows Material Design guidelines more closely, where surface colors are typically used for components that rest on top of the background
- Loading branch information
1 parent
ee6e638
commit 82ea0b1
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters