diff --git a/resources/views/partials/head.blade.php b/resources/views/partials/head.blade.php
index 0bb2204404..9d8ab48b3f 100644
--- a/resources/views/partials/head.blade.php
+++ b/resources/views/partials/head.blade.php
@@ -17,7 +17,7 @@
@if (auth()->user()->settings?->standalone_css === null)
@vite('resources/sass/main.scss')
- @switch(auth()->user()->settings?->style)
+ @switch(auth()->user()->settings?->style ?? config('other.default_style', 0))
@case(0)
@vite('resources/sass/themes/_light.scss')
diff --git a/resources/views/user/general_setting/edit.blade.php b/resources/views/user/general_setting/edit.blade.php
index 6443458450..0a9c495911 100644
--- a/resources/views/user/general_setting/edit.blade.php
+++ b/resources/views/user/general_setting/edit.blade.php
@@ -55,105 +55,105 @@ class="form__option"