Merge branch 'feature/dark-theme' of https://github.com/pixelrazor/lldap into feature/dark-theme

This commit is contained in:
Austin 2023-03-20 00:43:12 +00:00
commit ca3339ba87

View File

@ -302,6 +302,7 @@ impl App {
if let Some((user_id, _)) = &self.user_info {
html! {
<div class="dropdown text-end">
<input class="form-check-input" onclick={Callback::from(move |_| toggleDarkMode(true))} type="checkbox" id="darkModeToggle"/>
<a href="#"
class="d-block text-body text-decoration-none dropdown-toggle"
id="dropdownUser"