diff --git a/DESIGN.md b/DESIGN.md index bbb3a70cf..5cdfde6e0 100644 --- a/DESIGN.md +++ b/DESIGN.md @@ -27,7 +27,7 @@ The following steps should be followed to set a color or style of a view. 2. Add the color or style to a specific theme item in themes.xml 3. Make sure that the color or style works in both day and night mode. If it does not, add a night compatible color/style to values-night/themes.xml. -For a good video on how to work with themes, styles and colors, see [Developing Themes with Style (Android Dev Summit '19)](https://www.youtube.com/watch?v=Owkf8DhAOSo). +For a video on how to work with themes, styles and colors, see [Developing Themes with Style (Android Dev Summit '19)](https://www.youtube.com/watch?v=Owkf8DhAOSo). ## Night mode Night mode is a different theme that makes the app easier on the eyes during night. When doing any design, make sure the new design works in night mode.