@@ -203,7 +203,7 @@ export const SourceInfo = ({
203
203
}
204
204
buttonProps = { {
205
205
dataTestId : 'deploy-button' ,
206
- size : ComponentSizeType . small ,
206
+ size : ComponentSizeType . medium ,
207
207
text : 'Deploy' ,
208
208
startIcon : < Icon name = { iconName } color = { null } /> ,
209
209
style : buttonStyle ,
@@ -222,7 +222,7 @@ export const SourceInfo = ({
222
222
isForRollback
223
223
buttonProps = { {
224
224
dataTestId : 'rollback-button' ,
225
- size : ComponentSizeType . small ,
225
+ size : ComponentSizeType . medium ,
226
226
variant : isIcon ? ButtonVariantType . secondary : ButtonVariantType . text ,
227
227
...( isIcon
228
228
? {
@@ -310,7 +310,7 @@ export const SourceInfo = ({
310
310
{ ! isVirtualEnvironment && showUrlInfo && (
311
311
< Button
312
312
dataTestId = "app-details-urls"
313
- size = { ComponentSizeType . small }
313
+ size = { ComponentSizeType . medium }
314
314
variant = { ButtonVariantType . secondary }
315
315
icon = { < LinkIcon /> }
316
316
onClick = { onClickShowUrlInfo }
@@ -324,7 +324,7 @@ export const SourceInfo = ({
324
324
{ ! isVirtualEnvironment && showHibernateModal && (
325
325
< Button
326
326
dataTestId = "app-details-hibernate-modal-button"
327
- size = { ComponentSizeType . small }
327
+ size = { ComponentSizeType . medium }
328
328
variant = { ButtonVariantType . secondary }
329
329
isLoading = { hibernationPatchResponseLoading }
330
330
icon = {
@@ -353,7 +353,7 @@ export const SourceInfo = ({
353
353
setRotateModal && (
354
354
< Button
355
355
dataTestId = "app-details-rotate-pods-modal-button"
356
- size = { ComponentSizeType . small }
356
+ size = { ComponentSizeType . medium }
357
357
variant = { ButtonVariantType . secondary }
358
358
onClick = { ( ) => setRotateModal ( true ) }
359
359
disabled = { isApprovalConfigured }
@@ -394,7 +394,7 @@ export const SourceInfo = ({
394
394
395
395
< Button
396
396
dataTestId = "app-details-env-config-button"
397
- size = { ComponentSizeType . small }
397
+ size = { ComponentSizeType . medium }
398
398
icon = { < Icon name = "ic-sliders-vertical" color = { null } /> }
399
399
variant = { ButtonVariantType . secondary }
400
400
onClick = { onClickSliderVerticalButton }
0 commit comments