This commit is contained in:
Dmitry-Ilyushechkin
2025-03-06 19:20:59 +03:00
parent 62ebc38ece
commit 0c3c14a700
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><g clip-path="url(#clip0_1590_4226)"><path fill-rule="evenodd" clip-rule="evenodd" d="M4 8H10V9H5V22H20V9H15V8H21V23H4V8Z" fill="#27ABA3"/><path d="M12.9988 16H11.9988L11.9988 2L8.39883 5.7L7.69883 4.9L12.4988 0L17.2988 4.9L16.5988 5.7L12.9988 2L12.9988 16Z" fill="#27ABA3"/></g><defs><clipPath id="clip0_1590_4226"><rect width="24" height="24" fill="white"/></clipPath></defs></svg>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><g clip-path="url(#clip0_1590_4226)"><path fill-rule="evenodd" clip-rule="evenodd" d="M4 8H10V9H5V22H20V9H15V8H21V23H4V8Z"/><path d="M12.9988 16H11.9988L11.9988 2L8.39883 5.7L7.69883 4.9L12.4988 0L17.2988 4.9L16.5988 5.7L12.9988 2L12.9988 16Z"/></g><defs><clipPath id="clip0_1590_4226"><rect width="24" height="24"/></clipPath></defs></svg>

Before

Width:  |  Height:  |  Size: 466 B

After

Width:  |  Height:  |  Size: 423 B

View File

@ -165,7 +165,7 @@ const ToolbarView = props => {
<SvgIcon symbolId={IconSettingsIos.id} className={'icon icon-svg'} /> :
<SvgIcon symbolId={IconSettingsAndroid.id} className={'icon icon-svg'} />
}</Link>,
<Link iconOnly key='send-form-link'
<Link key='send-form-link'
id='btn-submit-form'
className={(props.disabledSettings || props.disabledControls || isDisconnected || isOpenModal) && 'disabled'}
text={t("Toolbar.btnSend")} href={false}