File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
storage/framework/defaults/views/dashboard/commerce/printers/prints Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -282,16 +282,16 @@ const totalPages = 1105
282
282
<td class =" px-6 py-4 whitespace-nowrap text-sm text-gray-500 dark:text-gray-300" >{{ print.size }}</td >
283
283
<td class =" px-6 py-4 whitespace-nowrap text-sm text-gray-500 dark:text-gray-300" >{{ print.pages }}</td >
284
284
<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 " >
286
286
<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 >
289
289
</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" >
291
291
<div class =" i-hugeicons-refresh h-5 w-5" ></div >
292
292
</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 >
295
295
</button >
296
296
</div >
297
297
</td >
You can’t perform that action at this time.
0 commit comments