Skip to content

Commit 93a57b8

Browse files
Merge branch 'main' into feature/fet-1981-profile-address-dropdowndialog-on-mobile-not-functioning
2 parents e13f86b + 36b70b9 commit 93a57b8

File tree

111 files changed

+6199
-1696
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

111 files changed

+6199
-1696
lines changed

.vscode/settings.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"prettier.prettierPath": "./node_modules/prettier/index.cjs",
1717
"prettier.configPath": "./.prettierrc.json",
1818
"[svg]": {
19-
"editor.defaultFormatter": "jock.svg"
19+
"editor.defaultFormatter": null
2020
},
2121
"jest.jestCommandLine": "pnpm run test",
2222
"cSpell.words": [
@@ -31,5 +31,8 @@
3131
},
3232
"[jsonc]": {
3333
"editor.defaultFormatter": "esbenp.prettier-vscode"
34+
},
35+
"workbench.colorCustomizations": {
36+
"titleBar.activeBackground": "#C37609"
3437
}
3538
}

0 commit comments

Comments
 (0)