From 5192aada47321cc8745285c3ce44ff3186ac28ac Mon Sep 17 00:00:00 2001 From: Ederson Lucas Date: Mon, 13 Mar 2023 20:28:36 -0300 Subject: [PATCH] docs(TextInputInnerAction): add changeset --- .changeset/wild-fishes-carry.md | 5 +++++ .vscode/settings.json | 7 ++++++- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 .changeset/wild-fishes-carry.md diff --git a/.changeset/wild-fishes-carry.md b/.changeset/wild-fishes-carry.md new file mode 100644 index 00000000000..06aaae1c853 --- /dev/null +++ b/.changeset/wild-fishes-carry.md @@ -0,0 +1,5 @@ +--- +'@primer/react': minor +--- + +Add 'tooltip-direction' property to the TextInputAction diff --git a/.vscode/settings.json b/.vscode/settings.json index 89c7eb34f7f..c1ed1a87d5a 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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" + } }