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
|
||||
onClick={onClick}
|
||||
disabled={disabled}
|
||||
className={`btn btnMain ${isActive ? 'is-active' : ''}`}
|
||||
className={`btn btnMain btmMainTipTap ${isActive ? 'is-active' : ''}`}
|
||||
>
|
||||
{label}
|
||||
</button>
|
||||
|
Loading…
Reference in New Issue
Block a user