Skip to content

Commit

Permalink
Merge pull request #503 from kartoza/tinashechiraya-patch-11
Browse files Browse the repository at this point in the history
patch: reduce letters to correct default position
  • Loading branch information
NyakudyaA authored Dec 19, 2023
2 parents cf97379 + 9443b06 commit cacb6b2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ const RegistrationFormModal: React.FC<RegistrationFormModalProps> = ({
<br />
<Select
name="organizationType"
placeholder="Select an organization type..."
placeholder="Select an organization"
value={organisationOptions.find(option => option.value === formData.organizationType)}
onChange={(selectedOption) => {
setFormErrors({ ...formErrors, organizationType: '' });
Expand Down Expand Up @@ -548,7 +548,7 @@ const RegistrationFormModal: React.FC<RegistrationFormModalProps> = ({
color="blue_gray_500"
size="xs"
variant="fill"
// style={{ marginRight: "-80%" }}
style={{ marginRight: "-65%" }}
onClick={handleSubmit}
>
Register
Expand Down

0 comments on commit cacb6b2

Please sign in to comment.