Skip to content

Commit

Permalink
Merge branch 'main' of github.com:nolus-protocol/web-components
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandermake committed Jun 26, 2024
2 parents 1a70dcc + 55d5dc3 commit 91fbf4b
Showing 1 changed file with 2 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,7 @@
{{ props.status }}
</a>
</div>
<div
:class="[
'flex flex-1 items-center gap-0.5 text-12 text-14 font-medium font-semibold text-neutral-400',
$attrs.class
]"
>
<div :class="['flex flex-1 items-center gap-0.5 text-14 font-semibold text-neutral-400', $attrs.class]">
<span :class="['text-neutral-typography-200']">{{ props.action }}</span>
</div>
<div
Expand All @@ -32,11 +27,11 @@
]"
>
<Button
:label="props.button"
class="text-[14px]"
severity="secondary"
size="medium"
@click="$emit('button-click')"
:label="props.button"
/>
</div>
</div>
Expand Down

0 comments on commit 91fbf4b

Please sign in to comment.