Skip to content

Commit

Permalink
Fix color and outline icon description strings (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Stankiewicz committed May 15, 2019
1 parent 87e4ca6 commit ff2e595
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MicrosoftTeams.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,11 +141,11 @@
"properties": {
"outline": {
"$ref": "#/definitions/relativePath",
"description": "A relative file path to a transparent PNG outline icon. The border color needs to be white. Size 20x20."
"description": "A relative file path to a transparent PNG outline icon. The border color needs to be white. Size 32x32."
},
"color": {
"$ref": "#/definitions/relativePath",
"description": "A relative file path to a full color PNG icon. Size 96x96."
"description": "A relative file path to a full color PNG icon. Size 192x192."
}
},
"required": [
Expand Down

0 comments on commit ff2e595

Please sign in to comment.