Created
March 9, 2025 04:26
-
-
Save Karn/c5679e9b22c7e8251fed7c571bb53f92 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
@RequiresApi(34) | |
internal fun dynamicDarkColorScheme34(context: Context) = darkColorScheme( | |
primary = ColorResourceHelper.getColor(context, android.R.color.system_primary_dark), |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment