Skip to content

Commit

Permalink
changement de couleur pour les boutons
Browse files Browse the repository at this point in the history
  • Loading branch information
bethuel2805 committed Nov 7, 2023
1 parent f32e79e commit c8a0526
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/views/Dashboard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<div class="flex justify-between flex-col h-full">
<div class="flex flex-col justify-start space-y-10 pt-10 px-5">
<button class="bg-sky-700 py-2 rounded-md px-2 text-lg text-white shadow-2xl hover:bg-sky-600">
<router-link to="/dashboard/receive_courrier" active-class="text-slate-900">
<router-link to="/dashboard/receive_courrier" active-class="text-green-300">
<span>
<ion-icon name="albums-outline"></ion-icon>
</span>
Expand All @@ -31,15 +31,15 @@
</button>

<button class="bg-sky-700 py-2 rounded-md px-2 text-lg text-white shadow-2xl hover:bg-sky-600">
<router-link to="/dashboard/sender_courrier" active-class="text-slate-900">
<router-link to="/dashboard/sender_courrier" active-class="text-green-300">
<span>
<ion-icon name="send-outline"></ion-icon>
</span>
Enregistrer Départ Courrier
</router-link>
</button>
<button class="bg-sky-700 py-2 rounded-md px-2 text-lg text-white shadow-2xl hover:bg-sky-600">
<router-link to="/dashboard/archive_courrier" active-class="text-slate-900">
<router-link to="/dashboard/archive_courrier" active-class="text-green-300">
<span>
<ion-icon name="archive-outline"></ion-icon>
</span>
Expand Down

0 comments on commit c8a0526

Please sign in to comment.