diff --git a/src/Components/AppShell/NavBar.tsx b/src/Components/AppShell/NavBar.tsx
index 33a09816..dcfc25cd 100644
--- a/src/Components/AppShell/NavBar.tsx
+++ b/src/Components/AppShell/NavBar.tsx
@@ -100,6 +100,116 @@ export default function NavBar({ appName }: { appName: string }) {
+
+
{isAuthenticated ? (
Settings
- {
void onLogout()
}}
>
Logout
-
+
diff --git a/src/Components/Map/Subcomponents/Controls/SearchControl.tsx b/src/Components/Map/Subcomponents/Controls/SearchControl.tsx
index dcbdca36..40eb98ce 100644
--- a/src/Components/Map/Subcomponents/Controls/SearchControl.tsx
+++ b/src/Components/Map/Subcomponents/Controls/SearchControl.tsx
@@ -118,7 +118,7 @@ export const SearchControl = () => {
placeholder='search ...'
autoComplete='off'
value={value}
- className='tw:input tw:input-bordered tw:h-12 tw:grow tw:shadow-xl tw:rounded-lg tw:pr-12 tw:w-69'
+ className='tw:input tw:input-bordered tw:h-12 tw:grow tw:shadow-xl tw:rounded-box tw:pr-12 tw:w-69'
ref={searchInput}
onChange={(e) => setValue(e.target.value)}
onFocus={() => {
diff --git a/src/assets/css/leaflet.css b/src/assets/css/leaflet.css
index 8fb4a278..b8e63719 100644
--- a/src/assets/css/leaflet.css
+++ b/src/assets/css/leaflet.css
@@ -22,7 +22,7 @@
.leaflet-popup-content-wrapper, .leaflet-popup-tip{
background-color: var(--color-base-100);
color: var(--color-base-content);
-
+ border-radius: var(--radius-box);
}
.leaflet-tooltip {
@@ -32,7 +32,7 @@
}
.leaflet-tooltip {
- border-radius: 1em;
+ border-radius: var(--radius-box);
transition: opacity 500ms;
transition-delay: 50ms;
}
diff --git a/src/assets/css/tailwind.css b/src/assets/css/tailwind.css
index 6cb0e333..106d7dca 100644
--- a/src/assets/css/tailwind.css
+++ b/src/assets/css/tailwind.css
@@ -1,6 +1,6 @@
@import 'tailwindcss' prefix(tw);
@plugin "daisyui" {
- themes: light --default, dark --prefersdark, cupcake, retro;
+ themes: light --default, dark --prefersdark, valentine, retro, aqua, cyberpunk, caramellatte, abyss, silk;
};
@theme {