1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-08-09 07:25:21 +02:00

fix darkmode bug

This commit is contained in:
Hayden 2021-01-07 21:41:14 -09:00
parent 12f7ed46ea
commit 899efc2e2b
2 changed files with 29 additions and 24 deletions

5
frontend/.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,5 @@
{
"cSpell.enableFiletypes": [
"!javascript"
]
}