Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mrloureed committed Jul 12, 2023
1 parent cc0cbf1 commit f7e4f95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/elements/button/button.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ const handleParentClick = (event: PointerEvent) => {
{#if icon}
<v-icon
name={icon}
class={cx('whitespace-nowrap', {
class={cx({
'fill-white':
variant === 'inverse-primary' ||
variant === 'danger' ||
Expand Down

0 comments on commit f7e4f95

Please sign in to comment.