diff --git a/bun.lockb b/bun.lockb index 0925f83..996fc62 100644 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index b203f25..22a0e6f 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "poe2-loot-filter-tauri", "type": "module", "devDependencies": { + "@tailwindcss/typography": "^0.5.15", "@types/bun": "latest", "daisyui": "^4.12.23" }, diff --git a/src/app.rs b/src/app.rs index c2a8415..6487c4b 100644 --- a/src/app.rs +++ b/src/app.rs @@ -118,7 +118,7 @@ fn Main(config: POE2FilterConfig) -> impl IntoView { let max_level = store.settings().max_level(); view! { -
+