Skip to content

Commit

Permalink
Go back to tauri/cli 2.2.5 update background color of html
Browse files Browse the repository at this point in the history
  • Loading branch information
erskingardner committed Jan 31, 2025
1 parent 5bda026 commit 05b3366
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@sveltejs/kit": "^2.16.1",
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"@tailwindcss/forms": "^0.5.10",
"@tauri-apps/cli": "^2.2.7",
"@tauri-apps/cli": "2.2.5",
"autoprefixer": "^10.4.20",
"phosphor-svelte": "^3.0.1",
"postcss": "^8.5.1",
Expand Down
4 changes: 2 additions & 2 deletions src/app.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!doctype html>
<html lang="en">
<html lang="en" style="background-color: #1F2937;">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%sveltekit.assets%/favicon.ico" />
Expand All @@ -11,7 +11,7 @@
<title>Tauri + SvelteKit + Typescript App</title>
%sveltekit.head%
</head>
<body data-sveltekit-preload-data="hover">
<body data-sveltekit-preload-data="hover" style="background-color: #1F2937;">
<div style="display: contents">%sveltekit.body%</div>
</body>
</html>
Expand Down

0 comments on commit 05b3366

Please sign in to comment.