File tree 1 file changed +7
-7
lines changed
src/renderer/src/components/pages/MicroscopyImageMetadataFormPage
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -219,15 +219,15 @@ const MicroscopyImageMetadataFormPage = () => {
219
219
style = { { cursor : "pointer" } }
220
220
>
221
221
{ openFolders [ folderKey ] ? (
222
- < IconFolderOpen size = { 20 } />
222
+ < IconFolderOpen size = { 18 } />
223
223
) : (
224
- < IconFolder size = { 20 } />
224
+ < IconFolder size = { 18 } />
225
225
) }
226
- < Text size = "lg " > { folderKey } </ Text >
226
+ < Text size = "sm " > { folderKey } </ Text >
227
227
{ openFolders [ folderKey ] ? (
228
- < IconChevronDown size = { 20 } />
228
+ < IconChevronDown size = { 18 } />
229
229
) : (
230
- < IconChevronRight size = { 20 } />
230
+ < IconChevronRight size = { 18 } />
231
231
) }
232
232
</ Group >
233
233
{ openFolders [ folderKey ] &&
@@ -265,9 +265,9 @@ const MicroscopyImageMetadataFormPage = () => {
265
265
}
266
266
leftSection = {
267
267
imageHasRequiredMetadata ( fileObj . filePath ) ? (
268
- < IconCheck />
268
+ < IconCheck size = { 18 } />
269
269
) : (
270
- < IconKeyboard opacity = { 0.3 } />
270
+ < IconKeyboard opacity = { 0.3 } size = { 18 } />
271
271
)
272
272
}
273
273
onClick = { ( ) => setSelectedImageFileObj ( fileObj ) }
You can’t perform that action at this time.
0 commit comments