Back to workspace
Completed
Iteration 6
File changes
Syntax-highlighted diff for the selected file in this iteration.
resources/views/components/ui/ai-loop-goal.blade.php
+1
-1
blade
308
308
@if (($showModel && count($models) > 0) || $editable || $showStopButton)
309
-
<div class="flex flex-col gap-4 border-t border-gray-200 bg-gray-50 px-4 py-3 dark:border-gray-800 dark:bg-gray-950 sm:flex-row sm:items-center sm:justify-between sm:gap-4 sm:px-5">
309
+
<div class="flex flex-col gap-4 bg-white px-4 py-3 dark:bg-gray-900 sm:flex-row sm:items-center sm:justify-between sm:gap-4 sm:px-5">
310
310
@if ($showModel && count($models) > 0)