Skip to content

Commit

Permalink
updated New File Share card visuals
Browse files Browse the repository at this point in the history
  • Loading branch information
DaKingKong committed Apr 28, 2022
1 parent 18b44ca commit 7f9619f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ringcentral-google-drive-notification-add-in",
"version": "0.2.1",
"version": "0.2.2",
"description": "RingCentral Add-In App",
"keywords": [
"RingCentral",
Expand Down
5 changes: 2 additions & 3 deletions src/server/adaptiveCardPayloads/newFileShareWithMeCard.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
},
{
"type": "ColumnSet",
"separator": true,
"columns": [
{
"type": "Column",
Expand All @@ -60,7 +59,8 @@
{
"type": "TextBlock",
"text": "${fileName}",
"wrap": true
"wrap": true,
"weight": "Bolder"
}
],
"width": "stretch"
Expand All @@ -85,7 +85,6 @@
]
},
{
"separator": true,
"type": "ColumnSet",
"columns": [
{
Expand Down

0 comments on commit 7f9619f

Please sign in to comment.