Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit 529c88a

Browse files
committed
chore: register form style update
1 parent 76bf51e commit 529c88a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/features/dashboard/components/AppForm/app-form.module.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,9 @@ fieldset .customTextInput:last-child {
117117
.formsubHeading {
118118
padding: rem(1.6);
119119
}
120+
.markup {
121+
margin-bottom: rem(1);
122+
}
120123
}
121124
}
122125
}

src/features/dashboard/components/AppForm/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ const AppForm = ({
133133
</div>
134134
<div className={styles.formHeaderContainer}>
135135
<h4>Markup</h4>
136-
<div>
136+
<div className={styles.markup}>
137137
<Text as='span' type='paragraph-1' className={styles.formsubHeading}>
138138
You can earn commission by adding a markup to the price of each trade. Enter your
139139
markup percentage here.

0 commit comments

Comments
 (0)