File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -200,7 +200,8 @@ export function Component() {
200200 headerActions = { (
201201 < Link
202202 to = "newEapDevelopmentRegistration"
203- styleVariant = "filled"
203+ styleVariant = "outline"
204+ colorVariant = "primary"
204205 >
205206 { strings . eapRegistrationLink }
206207 </ Link >
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ export function Component() {
1515 const strings = useTranslation ( i18n ) ;
1616
1717 return (
18- < Container spacing = "md" >
18+ < Container >
1919 < ListView
2020 layout = "block"
2121 >
Original file line number Diff line number Diff line change @@ -289,7 +289,6 @@ export function Component() {
289289 >
290290 < Container
291291 heading = { strings . eapApplicationDetails }
292- spacing = "md"
293292 >
294293 < ListView
295294 layout = "block"
@@ -378,6 +377,8 @@ export function Component() {
378377 { /* FIXME: label is not showing */ }
379378 < Radio
380379 name = "expected_submission_time"
380+ // FIXME: inputname should not be strings
381+ // it should be transferred to label
381382 inputName = { strings . eapNotSure }
382383 value = { value ?. expected_submission_time === null }
383384 onClick = { handleSubmissionTimeClick }
You can’t perform that action at this time.
0 commit comments