microsoft-teams-apps-company-communicator icon indicating copy to clipboard operation
microsoft-teams-apps-company-communicator copied to clipboard

Add nice icons for the app manifest.

Open Mikhail2k15 opened this issue 3 years ago • 2 comments

image

Mikhail2k15 avatar Jun 17 '21 14:06 Mikhail2k15

I picked up those icons from your old repo https://github.com/OfficeDev/msteams-sample-line-of-business-apps-csharp/tree/master/Cross%20Vertical/CompanyCommunicator/Manifest There are other issues with those icons in dark and high contrast themes.

Mikhail2k15 avatar Jul 01 '21 20:07 Mikhail2k15

Oh thanks for pointing to the source of the icons. Not sure who created that repo. I took a closer look, and they're all wrong, which explains the issues you're seeing in other themes. Color: https://docs.microsoft.com/en-us/microsoftteams/platform/concepts/build-and-test/apps-package#color-icon

  • should be 192x192 Outline: https://docs.microsoft.com/en-us/microsoftteams/platform/concepts/build-and-test/apps-package#outline-icon
  • should be 32x32, white on transparent

aosolis avatar Jul 01 '21 23:07 aosolis