Skip to content

Commit b35db56

Browse files
shreeyash07frozenhelium
authored andcommitted
fixup! fix(eap): update eap section according to new UI
1 parent 41eabdb commit b35db56

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

app/src/views/AccountMyFormsEap/index.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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>

app/src/views/DrefDetail/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
>

app/src/views/EapRegistration/index.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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}

0 commit comments

Comments
 (0)