Skip to content

Commit

Permalink
docs(TextInputInnerAction): add changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
edersonlucas committed Mar 13, 2023
1 parent 2244b8f commit 5192aad
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/wild-fishes-carry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@primer/react': minor
---

Add 'tooltip-direction' property to the TextInputAction
7 changes: 6 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,10 @@
"fileMatch": ["generated/components.json"],
"url": "./script/components-json/output.schema.json"
}
]
],
"workbench.colorCustomizations": {
"activityBar.background": "#3A2B0D",
"titleBar.activeBackground": "#513C12",
"titleBar.activeForeground": "#FDFBF6"
}
}

0 comments on commit 5192aad

Please sign in to comment.