Revised img, Label.background

This commit is contained in:
JohnHake 2019-11-20 10:50:34 -08:00
parent 4df852f938
commit 20c81ef444
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 36 KiB

View File

@ -89,7 +89,7 @@ All keys must follow this Naming Pattern:
| Word | Use for | Example |
|------|---------|---------|
| **`foreground`** | Text color. | `Label.foreground` |
| **`background`** | Background color for objects with text. | `Label.foreground` |
| **`background`** | Background color for objects with text. | `Label.background` |
| **`<part>Color`** | Objects with a single color (do not have foreground/background). Do not use the word “Color” separately, always use with the “part” word. <br/><br/>_The word “Color” shows that this is a color property. Otherwise, it can be confused with a property of another type._ | `Popup.borderColor` <br/> `Group.separatorColor` |
#### State