Skip to content

Commit 548ce5d

Browse files
committed
Fixed TallStckUI configuration
1 parent 863d20b commit 548ce5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Providers/AppServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ private function configureTallStackUiPersonalization(): void
140140
$ui->modal()
141141
->block('wrapper.first')->replace('bg-gray-400/75', 'bg-gray-400/10')
142142
->block('wrapper.fourth')->replace([
143-
'dark:bg-dark-700' => 'dark:bg-neutral-700',
143+
'dark:bg-dark-700' => 'dark:bg-gray-900',
144144
'rounded-xl' => 'rounded-sm',
145145
]);
146146

0 commit comments

Comments
 (0)