added class to toolbar btn
All checks were successful
Release to Staging / build_and_release (push) Successful in 44s
All checks were successful
Release to Staging / build_and_release (push) Successful in 44s
This commit is contained in:
parent
a88ef61eb7
commit
b9b1e1457c
@ -261,7 +261,7 @@ const MenuBarButton = ({
|
|||||||
<button
|
<button
|
||||||
onClick={onClick}
|
onClick={onClick}
|
||||||
disabled={disabled}
|
disabled={disabled}
|
||||||
className={`btn btnMain ${isActive ? 'is-active' : ''}`}
|
className={`btn btnMain btmMainTipTap ${isActive ? 'is-active' : ''}`}
|
||||||
>
|
>
|
||||||
{label}
|
{label}
|
||||||
</button>
|
</button>
|
||||||
|
Loading…
Reference in New Issue
Block a user