File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
src/frontend/components/UI Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 84
84
justify-content : start;
85
85
margin-top : var (--space-md );
86
86
}
87
+
88
+ .body {
89
+ padding-left : var (--space-sm );
90
+ }
Original file line number Diff line number Diff line change @@ -62,8 +62,8 @@ export default function StopInstallationModal(props: StopInstallProps) {
62
62
</ DialogContent >
63
63
< DialogFooter >
64
64
< Button
65
- type = "tertiary "
66
- size = "large "
65
+ type = "primary "
66
+ size = "medium "
67
67
onClick = { async ( ) => {
68
68
props . onClose ( )
69
69
} }
@@ -72,7 +72,7 @@ export default function StopInstallationModal(props: StopInstallProps) {
72
72
</ Button >
73
73
< Button
74
74
type = "secondary"
75
- size = "large "
75
+ size = "medium "
76
76
onClick = { async ( ) => {
77
77
// if user wants to keep downloaded files and cancel download
78
78
if ( checkbox . current && checkbox . current . checked ) {
You can’t perform that action at this time.
0 commit comments