Skip to content

Commit 20d1596

Browse files
committed
chore: wip
1 parent 7563b17 commit 20d1596

File tree

2 files changed

+1200
-3
lines changed
  • storage/framework/defaults/views/dashboard

2 files changed

+1200
-3
lines changed

storage/framework/defaults/views/dashboard/commerce/coupons/index.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -327,10 +327,10 @@ function addCoupon(): void {
327327
</td>
328328
<td class="relative whitespace-nowrap py-4 pl-3 pr-4 text-right text-sm font-medium sm:pr-6">
329329
<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>
332332
</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">
334334
<div class="i-hugeicons-waste h-5 w-5"></div>
335335
</button>
336336
</div>

0 commit comments

Comments
 (0)