We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 863d20b commit 548ce5dCopy full SHA for 548ce5d
app/Providers/AppServiceProvider.php
@@ -140,7 +140,7 @@ private function configureTallStackUiPersonalization(): void
140
$ui->modal()
141
->block('wrapper.first')->replace('bg-gray-400/75', 'bg-gray-400/10')
142
->block('wrapper.fourth')->replace([
143
- 'dark:bg-dark-700' => 'dark:bg-neutral-700',
+ 'dark:bg-dark-700' => 'dark:bg-gray-900',
144
'rounded-xl' => 'rounded-sm',
145
]);
146
0 commit comments