|
@@ -462,8 +462,8 @@ const AppMappingList: React.FC<AppMappingListProps> = ({ token, currentUserId })
|
|
|
appId={item.app_id}
|
|
appId={item.app_id}
|
|
|
iconUrl={mappingForIcon?.icon_url}
|
|
iconUrl={mappingForIcon?.icon_url}
|
|
|
iconObjectKey={mappingForIcon?.icon_object_key}
|
|
iconObjectKey={mappingForIcon?.icon_object_key}
|
|
|
- sizePx={28}
|
|
|
|
|
- extraStyle={{ marginRight: 10 }}
|
|
|
|
|
|
|
+ sizePx={38}
|
|
|
|
|
+ extraStyle={{ marginRight: 8 }}
|
|
|
/>
|
|
/>
|
|
|
<div style={{ minWidth: 0 }}>
|
|
<div style={{ minWidth: 0 }}>
|
|
|
<div style={{ fontWeight: 'bold', fontSize: '13px' }}>{item.app_name}</div>
|
|
<div style={{ fontWeight: 'bold', fontSize: '13px' }}>{item.app_name}</div>
|
|
@@ -541,8 +541,8 @@ const AppMappingList: React.FC<AppMappingListProps> = ({ token, currentUserId })
|
|
|
appId={mapping.app_id}
|
|
appId={mapping.app_id}
|
|
|
iconUrl={mapping.icon_url}
|
|
iconUrl={mapping.icon_url}
|
|
|
iconObjectKey={mapping.icon_object_key}
|
|
iconObjectKey={mapping.icon_object_key}
|
|
|
- sizePx={40}
|
|
|
|
|
- extraStyle={{ marginRight: 15 }}
|
|
|
|
|
|
|
+ sizePx={52}
|
|
|
|
|
+ extraStyle={{ marginRight: 10 }}
|
|
|
/>
|
|
/>
|
|
|
<div>
|
|
<div>
|
|
|
<div style={{ fontWeight: 'bold' }}>{mapping.app_name}</div>
|
|
<div style={{ fontWeight: 'bold' }}>{mapping.app_name}</div>
|
|
@@ -581,8 +581,8 @@ const AppMappingList: React.FC<AppMappingListProps> = ({ token, currentUserId })
|
|
|
appId={mapping.app_id}
|
|
appId={mapping.app_id}
|
|
|
iconUrl={mapping.icon_url}
|
|
iconUrl={mapping.icon_url}
|
|
|
iconObjectKey={mapping.icon_object_key}
|
|
iconObjectKey={mapping.icon_object_key}
|
|
|
- sizePx={40}
|
|
|
|
|
- extraStyle={{ marginRight: 15 }}
|
|
|
|
|
|
|
+ sizePx={52}
|
|
|
|
|
+ extraStyle={{ marginRight: 10 }}
|
|
|
/>
|
|
/>
|
|
|
<div>
|
|
<div>
|
|
|
<div style={{ fontWeight: 'bold' }}>{mapping.app_name}</div>
|
|
<div style={{ fontWeight: 'bold' }}>{mapping.app_name}</div>
|