chore: Fix primary dark mode

This commit is contained in:
Sidharth Vinod
2025-03-17 09:30:14 -07:00
parent b76fa8106e
commit cb267911f5
2 changed files with 8 additions and 3 deletions
+6 -1
View File
@@ -32,5 +32,10 @@
"githubPullRequests.ignoredPullRequestBranches": ["develop"],
"[svelte]": {
"editor.defaultFormatter": "svelte.svelte-vscode"
}
},
"tailwindCSS.classAttributes": ["class", "className", ".*Classes"],
"tailwindCSS.experimental.classRegex": [
["([\"'`][^\"'`]*.*?[\"'`])", "[\"'`]([^\"'`]*).*?[\"'`]"]
],
"tailwindCSS.emmetCompletions": true
}