Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkingshott committed Feb 13, 2023
1 parent 7733c70 commit 6d7fe4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@caneara/varnish",
"author": "Caneara",
"version": "4.0.2",
"version": "4.0.4",
"license": "MIT",
"description": "A library of UI components built using Vue.js and TailwindCSS.",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/components/alert.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<!-- Icon -->
<i v-if="! title"
:class="types[type].icon"
class="varnish-icon fas text-[20px] relative top-[1.5px] mr-2">
class="varnish-icon fas text-[20px] relative top-[1.5px] mr-[10px]">
</i>

<!-- Slot -->
Expand Down

0 comments on commit 6d7fe4f

Please sign in to comment.