Skip to content

Commit

Permalink
Fix variant for infopill in legend
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasbjoralt committed Nov 8, 2023
1 parent aa1ce8d commit 29bc210
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions frontend/src/components/InfoPillDescriptions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,26 +8,31 @@ export default function InfoPillDescriptions() {
text={"Ledig tid"}
colors="bg-free_light text-free_dark"
icon={<Coffee size="12" />}
variant={"wide"}
/>
<InfoPill
text={"Tilbud"}
colors="bg-offer_light text-offer_dark"
icon={<FileText size="12" />}
variant={"wide"}
/>
<InfoPill
text={"Ferie"}
colors="bg-vacation_light text-vacation_dark"
icon={<Sun size="12" />}
variant={"wide"}
/>
<InfoPill
text={"Helligdag"}
colors="bg-holiday_light text-holiday_dark"
icon={<Calendar size="12" />}
variant={"wide"}
/>
<InfoPill
text={"Overbooket"}
colors="bg-overbooking_dark text-overbooking_light"
icon={<AlertTriangle size="12" />}
variant={"wide"}
/>
</div>
);
Expand Down

0 comments on commit 29bc210

Please sign in to comment.