Skip to content

Commit

Permalink
Merge pull request #1190 from deepfence/ui-v2-new-theme
Browse files Browse the repository at this point in the history
Theme changes
  • Loading branch information
manV authored Jul 12, 2023
2 parents 5130b41 + 7ea14ae commit 6ec9329
Show file tree
Hide file tree
Showing 531 changed files with 47,110 additions and 36,519 deletions.
12 changes: 10 additions & 2 deletions deepfence_frontend/.vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,17 @@
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"typescript.preferences.importModuleSpecifier": "non-relative",
"tailwindCSS.experimental.classRegex": [
["cva\\(([^)]*)\\)", "[\"'`]([^\"'`]*).*?[\"'`]"]
["cva\\(([^)]*)\\)", "[\"'`]([^\"'`]*).*?[\"'`]"],
["cn\\(([^)]*)\\)", "[\"'`]([^\"'`]*).*?[\"'`]"]
],
"typescript.tsdk": "node_modules/typescript/lib"
"typescript.tsdk": "node_modules/typescript/lib",
"prettier.prettierPath": "./node_modules/prettier",
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
}
Loading

0 comments on commit 6ec9329

Please sign in to comment.