mirror of
https://github.com/librekeys/picoforge.git
synced 2026-07-28 08:01:19 -07:00
feat: implement passkeys view skeleton
This commit is contained in:
+1
-1
@@ -116,7 +116,7 @@ impl Render for ApplicationRoot {
|
||||
HomeView::build(cx.theme()).into_any_element()
|
||||
}
|
||||
ActiveView::Passkeys => {
|
||||
PasskeysView::build().into_any_element()
|
||||
PasskeysView::build(cx.theme()).into_any_element()
|
||||
}
|
||||
ActiveView::Configuration => {
|
||||
cx.new(|cx| ConfigView::new(window, cx)).into_any_element()
|
||||
|
||||
Reference in New Issue
Block a user