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" + } }