File tree Expand file tree Collapse file tree 2 files changed +1200
-3
lines changed
storage/framework/defaults/views/dashboard Expand file tree Collapse file tree 2 files changed +1200
-3
lines changed Original file line number Diff line number Diff line change @@ -327,10 +327,10 @@ function addCoupon(): void {
327
327
</td >
328
328
<td class =" relative whitespace-nowrap py-4 pl-3 pr-4 text-right text-sm font-medium sm:pr-6" >
329
329
<div class =" flex items-center justify-end space-x-2" >
330
- <button type =" button" class =" text-blue-600 hover:text-blue-900 dark:text-blue-400 dark:hover:text-blue-300" >
331
- <div class =" i-hugeicons-license-draft h-5 w-5" ></div >
330
+ <button type =" button" class =" text-gray-400 hover:text-blue-900 dark:text-blue-400 dark:hover:text-blue-300 transition-all duration-150 " >
331
+ <div class =" i-hugeicons-edit-01 h-5 w-5" ></div >
332
332
</button >
333
- <button type =" button" class =" text-red-600 hover:text-red-900 dark:text-red-400 dark:hover:text-red-300" >
333
+ <button type =" button" class =" text-gray-400 hover:text-red-900 dark:text-red-400 dark:hover:text-red-300 transition-all duration-150 " >
334
334
<div class =" i-hugeicons-waste h-5 w-5" ></div >
335
335
</button >
336
336
</div >
You can’t perform that action at this time.
0 commit comments