mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 01:18:23 +00:00
Merge branch 'group-revamps-bug' of github.com:ToolJet/ToolJet into group-revamp-fix_krit
This commit is contained in:
commit
1fff37a624
2 changed files with 3 additions and 3 deletions
|
|
@ -50,7 +50,7 @@ function ChangeRoleModal({
|
|||
<ModalBase
|
||||
title={renderUserChangeTitle(autoRoleChangeMessageType)}
|
||||
handleConfirm={handleConfirmation}
|
||||
confirmBtnProps={{ title: 'Continue' }}
|
||||
confirmBtnProps={{ title: 'Continue', tooltipMessage: false }}
|
||||
show={showAutoRoleChangeModal}
|
||||
handleClose={handleAutoRoleChangeModalClose}
|
||||
darkMode={darkMode}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
import React from 'react';
|
||||
|
||||
const Plus = ({ fill = '#C1C8CD', width = '14', className = '', viewBox = '0 0 14 14', style, dataCy }) => (
|
||||
const Plus = ({ fill = '#C1C8CD', width = '25', className = '', viewBox = '0 0 25 25', dataCy = '', style }) => (
|
||||
<svg
|
||||
width={width}
|
||||
height={width}
|
||||
|
|
@ -14,7 +14,7 @@ const Plus = ({ fill = '#C1C8CD', width = '14', className = '', viewBox = '0 0 1
|
|||
<path
|
||||
fillRule="evenodd"
|
||||
clipRule="evenodd"
|
||||
d="M7.83335 2C7.83335 1.53976 7.46025 1.16667 7.00002 1.16667C6.53979 1.16667 6.16669 1.53976 6.16669 2V6.16667H2.00002C1.53978 6.16667 1.16669 6.53977 1.16669 7C1.16669 7.46023 1.53978 7.83333 2.00002 7.83333H6.16669V12C6.16669 12.4602 6.53979 12.8333 7.00002 12.8333C7.46025 12.8333 7.83335 12.4602 7.83335 12V7.83333H12C12.4603 7.83333 12.8334 7.46023 12.8334 7C12.8334 6.53977 12.4603 6.16667 12 6.16667H7.83335V2Z"
|
||||
d="M12 5C12.5523 5 13 5.44772 13 6V12H19C19.5523 12 20 12.4477 20 13C20 13.5523 19.5523 14 19 14H13V20C13 20.5523 12.5523 21 12 21C11.4477 21 11 20.5523 11 20V14H5C4.44772 14 4 13.5523 4 13C4 12.4477 4.44772 12 5 12H11V6C11 5.44772 11.4477 5 12 5Z"
|
||||
fill={fill}
|
||||
/>
|
||||
</svg>
|
||||
|
|
|
|||
Loading…
Reference in a new issue