Skip to content

Commit

Permalink
fix(ministry): month selector in dark them for pioneer applications
Browse files Browse the repository at this point in the history
  • Loading branch information
FussuChalice authored Dec 4, 2024
1 parent 2a0f056 commit 4d367c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/ministry/application_form/body/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const FormBody = (props: ApplicationFormProps) => {
value={application?.months || []}
renderValue={(values: string[]) => handleFormatMonths(values)}
onChange={(e) => handleSetMonths(e.target.value as string[])}
sx={{ flex: 1 }}
sx={{ flex: 1, color: 'var(--black)' }}
readOnly={form_readOnly}
>
{monthOptions.map((record) => (
Expand Down

0 comments on commit 4d367c9

Please sign in to comment.