From fd728194b8da459de0ac8a3c23eb87c9f79952ae Mon Sep 17 00:00:00 2001 From: Krishna Santosh <75202541+krishna-santosh@users.noreply.github.com> Date: Wed, 25 Oct 2023 18:40:36 +0530 Subject: [PATCH] Fix broken URL referencing the color scheme --- Reply/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Reply/README.md b/Reply/README.md index e5fa86c8a..b274582e8 100644 --- a/Reply/README.md +++ b/Reply/README.md @@ -55,7 +55,7 @@ Reply is using brand new Material 3 [colors](app/src/main/java/com/example/reply [Material Theme builder](https://material-foundation.github.io/material-theme-builder/#/custom) is used to create material 3 theme and directly export it for Compose. #### [Dynamic theming/Material You](app/src/main/java/com/example/reply/ui/theme/Theme.kt#100) -On Android 12+ Reply supports Material You dynamic color, which extracts a custom color scheme from the device wallpaper. For older version of android it falls back to defined light and dark [color schemes](aapp/src/main/java/com/example/reply/ui/theme/Theme.kt#34) +On Android 12+ Reply supports Material You dynamic color, which extracts a custom color scheme from the device wallpaper. For older version of android it falls back to defined light and dark [color schemes](app/src/main/java/com/example/reply/ui/theme/Theme.kt#L34)