Skip to content

Commit d1993b9

Browse files
committed
✨ gestion du theme dasn le dashboard
1 parent 6c1e7c8 commit d1993b9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

resources/views/widgets/recent_numbers.blade.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div>
22
<dl class="grid grid-cols-1 gap-5 sm:grid-cols-2 lg:grid-cols-3">
3-
<div class="relative bg-white py-5 px-4 sm:py-6 sm:px-6 shadow rounded-lg overflow-hidden">
3+
<div class="relative bg-skin-card py-5 px-4 sm:py-6 sm:px-6 shadow rounded-lg overflow-hidden">
44
<dt>
55
<div class="flex items-center">
66
<x-heroicon-o-users class="h-5 w-5 text-green-600" />
@@ -18,7 +18,7 @@
1818
</dd>
1919
</div>
2020

21-
<div class="relative bg-white py-5 px-4 sm:py-6 sm:px-6 shadow rounded-lg overflow-hidden">
21+
<div class="relative bg-skin-card py-5 px-4 sm:py-6 sm:px-6 shadow rounded-lg overflow-hidden">
2222
<dt>
2323
<div class="flex items-center">
2424
<x-heroicon-o-newspaper class="h-5 w-5 text-green-600" />
@@ -36,7 +36,7 @@
3636
</dd>
3737
</div>
3838

39-
<div class="relative bg-white py-5 px-4 sm:py-6 sm:px-6 shadow rounded-lg overflow-hidden">
39+
<div class="relative bg-skin-card py-5 px-4 sm:py-6 sm:px-6 shadow rounded-lg overflow-hidden">
4040
<dt>
4141
<div class="flex items-center">
4242
<x-heroicon-o-eye class="h-5 w-5 text-green-600" />

0 commit comments

Comments
 (0)