Skip to content

Commit

Permalink
update: to v1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandermake committed Jun 19, 2024
1 parent 8138e1b commit 69c189c
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,6 +1,6 @@
{
"name": "web-components",
"version": "1.4.2",
"version": "1.4.3",
"private": false,
"sideEffects": [
"*.vue",
Expand Down
2 changes: 1 addition & 1 deletion src/components/molecules/table-rows/AssetsTableRow.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
v-for="(item, index) in items"
:key="index"
:class="[item.class]"
class="flex flex-1 items-center gap-0.5 text-18 font-medium uppercase text-neutral-400 [&:not(:first-child)]:justify-end [&:not(:first-child)]:text-16"
class="flex flex-1 items-center gap-0.5 text-18 font-medium text-neutral-400 [&:not(:first-child)]:justify-end [&:not(:first-child)]:text-16"
>
<Button
v-if="item.button"
Expand Down

0 comments on commit 69c189c

Please sign in to comment.