Skip to content

Commit 8b0d332

Browse files
committed
chore: update button size
1 parent 4207361 commit 8b0d332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/app/details/appDetails/SourceInfo.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ export const SourceInfo = ({
222222
isForRollback
223223
buttonProps={{
224224
dataTestId: 'rollback-button',
225-
size: ComponentSizeType.medium,
225+
size: isIcon ? ComponentSizeType.medium : ComponentSizeType.small,
226226
variant: isIcon ? ButtonVariantType.secondary : ButtonVariantType.text,
227227
...(isIcon
228228
? {

0 commit comments

Comments
 (0)