Skip to content

Commit bdc5381

Browse files
authored
[PLU-508]: UI: Add step modal icon shift sometimes (#1075)
## Problem Add step modal icon shift sometimes ## Solution * Make fallback icon `boxSize` the same as the actual icon ## Before & After Screenshots **BEFORE**: https://github.com/user-attachments/assets/74a937e3-e45b-4b2d-9d10-4270abed0b48 **AFTER**: https://github.com/user-attachments/assets/915c792a-2d22-491c-ac1b-09042dab610c ## Tests - [ ] Open the "Add step" modal, verify that the icons and labels do not have any left-right shift
1 parent a3639c8 commit bdc5381

File tree

1 file changed

+1
-1
lines changed
  • packages/frontend/src/components/FlowStepConfigurationModal/ChooseAppAndEvent

1 file changed

+1
-1
lines changed

packages/frontend/src/components/FlowStepConfigurationModal/ChooseAppAndEvent/ChooseApp.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ export default function ChooseApp(props: ChooseAppProps) {
328328
fit="contain"
329329
fallback={
330330
<Icon
331-
boxSize={6}
331+
boxSize={8}
332332
as={BiArrowFromRight}
333333
color="base.content.default"
334334
/>

0 commit comments

Comments
 (0)