Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
UI: Rename UsualRideScreen to ThemeSelectionScreen (#453)
### TL;DR Updated corner radius of transport mode selection buttons from 24dp to 12dp ### What changed? Modified the `RoundedCornerShape` value in the `TransportModeRadioButton` composable from 24dp to 12dp, resulting in less rounded corners for the transport mode selection buttons. ### How to test? 1. Navigate to the theme selection screen 2. Verify that transport mode buttons have a subtler corner radius 3. Confirm the visual appearance matches the updated design specifications ### Why make this change? To create a more refined and modern appearance that better aligns with the overall design language of the application. The reduced corner radius provides a better balance between visual interest and usability.
- Loading branch information