Skip to content

Commit e8c8b1c

Browse files
committed
chore: wip
1 parent 25cb021 commit e8c8b1c

File tree

1 file changed

+6
-6
lines changed
  • storage/framework/defaults/views/dashboard/commerce/printers/prints

1 file changed

+6
-6
lines changed

storage/framework/defaults/views/dashboard/commerce/printers/prints/index.vue

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -282,16 +282,16 @@ const totalPages = 1105
282282
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500 dark:text-gray-300">{{ print.size }}</td>
283283
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500 dark:text-gray-300">{{ print.pages }}</td>
284284
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500 dark:text-gray-300">{{ print.duration }}</td>
285-
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500 dark:text-gray-300">
285+
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500 dark:text-gray-300 text-right">
286286
<div class="flex space-x-2">
287-
<button class="text-blue-600 hover:text-blue-900 dark:text-blue-400 dark:hover:text-blue-300" title="View Details">
288-
<div class="i-hugeicons-eye-01 h-5 w-5"></div>
287+
<button class="text-gray-400 transition-colors duration-150 hover:text-gray-900 dark:text-gray-400 dark:hover:text-gray-300" title="View Details">
288+
<div class="i-hugeicons-view h-5 w-5"></div>
289289
</button>
290-
<button class="text-gray-600 hover:text-gray-900 dark:text-gray-400 dark:hover:text-gray-300" title="Reprint">
290+
<button class="text-gray-400 transition-colors duration-150 hover:text-gray-900 dark:text-gray-400 dark:hover:text-gray-300" title="Reprint">
291291
<div class="i-hugeicons-refresh h-5 w-5"></div>
292292
</button>
293-
<button class="text-red-600 hover:text-red-900 dark:text-red-400 dark:hover:text-red-300" title="Delete">
294-
<div class="i-hugeicons-trash-01 h-5 w-5"></div>
293+
<button class="text-gray-400 transition-colors duration-150 hover:text-red-900 dark:text-red-400 dark:hover:text-red-300" title="Delete">
294+
<div class="i-hugeicons-waste h-5 w-5"></div>
295295
</button>
296296
</div>
297297
</td>

0 commit comments

Comments
 (0)