This commit refactors button components across the application to use `PepTextButton` and `SquareButton` for consistency in UI design. Additionally, it updates the lint settings in `build.gradle.kts` to disable warnings for `NullSafeMutableLiveData`. - Replaced instances of `TextButton` and `Button` with `PepTextButton` and `SquareButton` in various composables and screens. - Adjusted lint settings to disable warnings for `NullSafeMutableLiveData`. - Improved color usage in `Reaction` composable for better visual consistency. - Updated drawable resources and string resources for better clarity and organization. |
||
|---|---|---|
| .. | ||
| src | ||
| .gitignore | ||
| build.gradle.kts | ||
| proguard-rules.pro | ||