Skip to content

Commit

Permalink
Add appearances for CloudToolbarIcon
Browse files Browse the repository at this point in the history
  • Loading branch information
Joakim Hansson committed Nov 3, 2018
1 parent d041524 commit 781ccbe
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,48 @@
},
{
"idiom" : "mac",
"filename" : "cloud.png",
"scale" : "1x",
"appearances" : [
{
"appearance" : "luminosity",
"value" : "light"
}
]
},
{
"idiom" : "mac",
"scale" : "1x",
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
]
},
{
"idiom" : "mac",
"scale" : "2x"
},
{
"idiom" : "mac",
"filename" : "cloud-1.png",
"appearances" : [
{
"appearance" : "luminosity",
"value" : "light"
}
],
"scale" : "2x"
},
{
"idiom" : "mac",
"filename" : "cloud-2.png",
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"scale" : "2x"
}
],
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 781ccbe

Please sign in to comment.