mirror of
https://github.com/status-im/dappconnect-chat-sdk.git
synced 2025-01-27 06:34:56 +00:00
chore: Remove flex-1 class from button component (#602)
This commit is contained in:
parent
6286027559
commit
a87d6260d7
@ -76,7 +76,7 @@ function Button(
|
||||
{iconBefore}
|
||||
</span>
|
||||
)}
|
||||
<span className="flex-1 whitespace-nowrap">{children}</span>
|
||||
<span className="whitespace-nowrap">{children}</span>
|
||||
{iconAfter && (
|
||||
<span className={iconStyles({ size, placement: 'after', variant })}>
|
||||
{iconAfter}
|
||||
|
Loading…
x
Reference in New Issue
Block a user