feat(ui): added daisy UI for beautification #3

Merged
sharang merged 5 commits from feat/CAI-12 into main 2026-02-18 14:43:11 +00:00
Showing only changes of commit f2c54acfd5 - Show all commits

View File

@@ -41,8 +41,6 @@ pub fn App() -> Element {
document::Link { rel: "stylesheet", href: GOOGLE_FONTS }
document::Link { rel: "stylesheet", href: TAILWIND_CSS }
document::Link { rel: "stylesheet", href: MAIN_CSS }
div { "data-theme": "certifai-dark",
Router::<Route> {}
}
div { "data-theme": "certifai-dark", Router::<Route> {} }
}
}