@주원 안 - Can you please raise a user voice for any new features:
https://microsoftteams.uservoice.com/forums/555103-public/filters/new
Please change the color of Android selectbox text in Team's dark mode.
If select webview <select/> of the add-in app I developed, the option's text does not look
can i change text color? or could you change that?
[Teams manifest.json]
{
"$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.11/MicrosoftTeams.schema.json",
"manifestVersion": "1.11",
"version": "1.0.0",
"id": "",
"packageName": "",
"developer": {
"name": "",
"websiteUrl": "",
"privacyUrl": "",
"termsOfUseUrl": ""
},
"icons": {
"color": "color.png",
"outline": "outline.png"
},
"name": {
"short": "",
"full": ""
},
"description": {
"short": "",
"full": ""
},
"accentColor": "#FFFFFF",
"staticTabs": [
{
"entityId": "teams.tab.resource",
"name": "Resource",
"contentUrl": "",
"scopes": [
"personal"
]
},
{
"entityId": "about",
"scopes": [
"personal"
]
}
],
"permissions": [
"identity",
"messageTeamMembers"
],
"validDomains": [
""
],
"webApplicationInfo": {
"id": "",
"resource": "api://"
}
}
1 answer
Sort by: Most helpful
-
ChetanSharmamsft 1,031 Reputation points Microsoft Vendor
2022-03-04T13:44:33+00:00