diff --git a/ts/components/Section.svelte b/ts/components/Section.svelte
index d3c5ff391..8d722b07a 100644
--- a/ts/components/Section.svelte
+++ b/ts/components/Section.svelte
@@ -55,7 +55,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
}
-
+
{#each $dynamicItems as item}
diff --git a/ts/components/SelectButton.svelte b/ts/components/SelectButton.svelte
index adfb198e8..801fc0fb5 100644
--- a/ts/components/SelectButton.svelte
+++ b/ts/components/SelectButton.svelte
@@ -50,6 +50,11 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
overflow-x: hidden;
}
+ .btn-night {
+ /* override the default down arrow */
+ background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
+ }
+
@include button.btn-day($with-hover: false);
@include button.btn-night($with-hover: false);
diff --git a/ts/components/StickyBar.svelte b/ts/components/StickyBar.svelte
index c6adc0b20..86eda6f6a 100644
--- a/ts/components/StickyBar.svelte
+++ b/ts/components/StickyBar.svelte
@@ -4,11 +4,11 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
-->
-