Skip to content

Commit

Permalink
fix(BaseIconBox): renamed invert color to light
Browse files Browse the repository at this point in the history
  • Loading branch information
driss-chelouati committed Feb 22, 2024
1 parent afd75bb commit 6efdbb1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .playground/pages/tests/base/iconbox.vue
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,9 @@ definePageMeta({
<BaseIconBox size="lg" rounded="full" variant="solid" color="danger">
<Icon name="ph:cookie-duotone" class="h-6 w-6" />
</BaseIconBox>
<BaseIconBox size="lg" rounded="full" variant="solid" color="light">
<Icon name="ph:cactus-duotone" class="h-6 w-6" />
</BaseIconBox>
<BaseIconBox size="lg" rounded="full" variant="solid" color="dark">
<Icon name="ph:shield-duotone" class="h-6 w-6" />
</BaseIconBox>
Expand Down Expand Up @@ -335,6 +338,9 @@ definePageMeta({
<BaseIconBox size="lg" rounded="full" variant="pastel" color="danger">
<Icon name="ph:cookie-duotone" class="h-6 w-6" />
</BaseIconBox>
<BaseIconBox size="lg" rounded="full" variant="pastel" color="light">
<Icon name="ph:cactus-duotone" class="h-6 w-6" />
</BaseIconBox>
<BaseIconBox size="lg" rounded="full" variant="pastel" color="dark">
<Icon name="ph:shield-duotone" class="h-6 w-6" />
</BaseIconBox>
Expand Down Expand Up @@ -392,6 +398,9 @@ definePageMeta({
>
<Icon name="ph:cookie-duotone" class="h-6 w-6" />
</BaseIconBox>
<BaseIconBox size="lg" rounded="full" variant="outline" color="light">
<Icon name="ph:cactus-duotone" class="h-6 w-6" />
</BaseIconBox>
<BaseIconBox size="lg" rounded="full" variant="outline" color="dark">
<Icon name="ph:shield-duotone" class="h-6 w-6" />
</BaseIconBox>
Expand Down

0 comments on commit 6efdbb1

Please sign in to comment.