Removes shadow

This commit is contained in:
Rune Harlyk
2024-04-29 22:15:02 +02:00
committed by Rune Harlyk
parent f11b4b0c35
commit d13a9d2b80
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -235,7 +235,7 @@
</div>
{#if !$page.data.features.security || $user.admin}
<Collapsible open={false} class="shadow-lg" on:closed={getNTPSettings}>
<Collapsible open={false} on:closed={getNTPSettings}>
<span slot="title">Change NTP Settings</span>
<form
class="form-control w-full"