Skip to content

Commit

Permalink
Set Dark Theme as default
Browse files Browse the repository at this point in the history
  • Loading branch information
kreaweb.be committed Jul 1, 2024
1 parent 5c3021e commit 6596301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/layouts/app.blade.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html dir="ltr" lang="{{ str_replace('_', '-', app()->getLocale()) }}" x-data="tallstackui_darkTheme()" x-bind:class="{ 'dark bg-gray-900': darkTheme, 'bg-gray-100': !darkTheme }">
<html dir="ltr" lang="{{ str_replace('_', '-', app()->getLocale()) }}" x-data="tallstackui_darkTheme(null, true)" x-bind:class="{ 'dark bg-gray-900': darkTheme, 'bg-gray-100': !darkTheme }">

<head>
<meta charset="utf-8">
Expand Down

0 comments on commit 6596301

Please sign in to comment.