Merge pull request #226 from JohnHake/IJSDK-669

IJSDK-669: Revised img, Label.background
This commit is contained in:
John Hake 2019-11-22 10:48:51 -08:00 committed by GitHub
commit fc819a4f3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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