Skip to content

Commit 491dde6

Browse files
committed
feat: fixing icon size to 16px
1 parent 299dbd8 commit 491dde6

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

src/packages/ce/src/flow/views/FlowExecutionResultView.tsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,10 @@ export const FlowExecutionResultView: React.FC = () => {
294294
justify={"start"}
295295
style={{gap: "0.7rem"}}>
296296
<DisplayIcon size={16}
297+
style={{
298+
minWidth: "16px",
299+
minHeight: "16px",
300+
}}
297301
color={hashToColor(item?.data?.payload?.id)}/>
298302
<Text size={"md"}
299303
style={{
@@ -317,6 +321,10 @@ export const FlowExecutionResultView: React.FC = () => {
317321
style={{gap: "0.7rem"}}>
318322
<Flex align={"center"} style={{gap: "0.35rem"}}>
319323
<DisplayIcon size={16}
324+
style={{
325+
minWidth: "16px",
326+
minHeight: "16px",
327+
}}
320328
color={hashToColor(item?.data?.payload?.id)}/>
321329
<Text size={"md"}
322330
style={{

0 commit comments

Comments
 (0)