mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 08:58:26 +00:00
tick size
This commit is contained in:
parent
a4c3b315e9
commit
05eb8482d8
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ export const OrganizationList = function () {
|
|||
<div className={`align-items-center d-flex tj-org-dropdown ${darkMode && 'dark-theme'}`}>
|
||||
{org.id === current_organization_id ? (
|
||||
<div className="current-org-avatar">
|
||||
<SolidIcon name="tick" fill="#3E63DD" dataCy="add-new-workspace-link" width="16" />
|
||||
<SolidIcon name="tick" fill="#3E63DD" dataCy="add-new-workspace-link" width="20" viewBox="0 0 17 15" />
|
||||
</div>
|
||||
) : (
|
||||
<div
|
||||
|
|
|
|||
Loading…
Reference in a new issue