You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit relocates the "Real-time Diff" switch from the main content area to the `TopAppBar` in `DiffCheckerScreen.kt`.
- The `Switch` and its accompanying "Live" label are now part of the `actions` in the `TopAppBar`.
- The label text is changed from "Real-time Diff" to "Live".
- Minor padding and scaling adjustments were made to the `Switch` and its label for better visual fit within the `TopAppBar`.
- The previous `Row` containing the switch below the `TopAppBar` has been removed.
0 commit comments