I have made the following enhancements in this pull request:
Added conditional coloring for the Card component based on the system theme. When not using a dark theme, the Card now uses the background color from MaterialTheme, and in dark mode, it utilizes the surfaceVariant color for a consistent and adaptive UI experience.
Implemented dynamic navigation bar appearance adjustment based on the app's theme. In non-dark themes, the navigation bars now have a light appearance, matching the app's background color. This change enhances the user interface's consistency and adaptability.
Dark and Light snap :
Please review and merge if these changes meet the project's requirements. Thank you!
I have made the following enhancements in this pull request:
Added conditional coloring for the Card component based on the system theme. When not using a dark theme, the Card now uses the background color from MaterialTheme, and in dark mode, it utilizes the surfaceVariant color for a consistent and adaptive UI experience.
Implemented dynamic navigation bar appearance adjustment based on the app's theme. In non-dark themes, the navigation bars now have a light appearance, matching the app's background color. This change enhances the user interface's consistency and adaptability.
Dark and Light snap :
Please review and merge if these changes meet the project's requirements. Thank you!