Skip to content

Commit

Permalink
Adding button text container
Browse files Browse the repository at this point in the history
  • Loading branch information
asaadmahmood committed Jul 22, 2021
1 parent 1cd65f9 commit 0d03759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/widgets/buttons/button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function Button(props: Props): JSX.Element {
title={props.title}
>
{props.icon}
{props.children}
<span>{props.children}</span>
</button>)
}

Expand Down

0 comments on commit 0d03759

Please sign in to comment.