You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
• These colors were originally intended for use on page backgrounds, not UI controls.
21
+
• These colors were originally intended for page backgrounds, not UI controls.
21
22
22
-
• Therefore, for consistency, they have been updated.
23
+
• To maintain consistency, they have been updated.
23
24
24
-
• To color the backgrounds of different sections and cards, section_bg_color was added.
25
+
• section_bg_color was introduced to color the backgrounds of different sections and cards.
25
26
26
-
To improve the appearance of your applications, you should slightly adjust the use of color variables.
27
+
To enhance your app’s appearance, adjust how you use color variables.
27
28
28
-
Above is a clear example that explains exactly what will change for iOS. There should be no changes on Android.
29
+
The example above clearly shows what will change on iOS. There should be no changes on Android.
29
30
30
31
31
32
32
33
New colors.
33
-
Also, many new colors were added. Most of them are most noticeable on Android. Therefore, the examples below will be shown based on Android, but are relevant for all platforms.
34
+
Many new colors have been added with most being noticeable on Android. The examples focus on Android but apply to all platforms.
3.The token accent_text_color has become available, which is useful for any accent elements in your applications. Previously, everyone used the less suitable dark link_color.
43
+
3. accent_text_color is now availablefor highlighting accent elements in your apps. Previously, everyone used the less suitable dark link_color.
4. For all secondary cell labels, it's now better to use `subtitle_text_color`. This will allow for more contrasting label, improving the accessibility of your applications.
47
+
4. For all secondary cell labels, use `subtitle_text_color` to create more contrast and improve the accessibility.
0 commit comments