@@ -15,7 +15,7 @@ export function SetupExports () {
15
15
< label className = "circuit_inner_label form-check-label" >
16
16
< FormattedMessage id = "circuit.provingScheme" />
17
17
</ label >
18
- < div className = "radio form-control custom-radio mb-1 form-check" >
18
+ < div className = "radio form-control custom-radio mb-1 form-check bg-body " >
19
19
< input
20
20
type = "radio"
21
21
className = "align-middle form-check-input"
@@ -30,7 +30,7 @@ export function SetupExports () {
30
30
Groth16
31
31
</ label >
32
32
</ div >
33
- < div className = "radio form-control custom-radio form-check" >
33
+ < div className = "radio form-control custom-radio form-check bg-body " >
34
34
< input
35
35
type = "radio"
36
36
className = "align-middle form-check-input"
@@ -85,7 +85,7 @@ export function SetupExports () {
85
85
onChange = { ( ) => circuitApp . dispatch ( { type : 'SET_EXPORT_VERIFICATION_CONTRACT' , payload : ! circuitApp . appState . exportVerificationContract } ) }
86
86
checked = { circuitApp . appState . exportVerificationContract }
87
87
/>
88
- < label className = "form-check-label pt-1 " htmlFor = "circuitExportVerifierContract" >
88
+ < label className = "form-check-label" htmlFor = "circuitExportVerifierContract" >
89
89
< FormattedMessage id = "circuit.exportVerifierContract" />
90
90
</ label >
91
91
</ div >
@@ -98,7 +98,7 @@ export function SetupExports () {
98
98
onChange = { ( ) => circuitApp . dispatch ( { type : 'SET_EXPORT_VERIFICATION_KEY' , payload : ! circuitApp . appState . exportVerificationKey } ) }
99
99
checked = { circuitApp . appState . exportVerificationKey }
100
100
/>
101
- < label className = "form-check-label pt-1 " htmlFor = "circuitExportVerificationKey" >
101
+ < label className = "form-check-label" htmlFor = "circuitExportVerificationKey" >
102
102
< FormattedMessage id = "circuit.exportVerificationKey" />
103
103
</ label >
104
104
</ div >
0 commit comments