Skip to content

Commit

Permalink
fix: Display {dark, light} mode colour labels on the environment page
Browse files Browse the repository at this point in the history
  • Loading branch information
beverloo committed Aug 10, 2024
1 parent 2d1f293 commit 7f5cf4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/admin/system/environments/EnvironmentSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,10 @@ export function EnvironmentSection(props: EnvironmentSectionProps) {
options={kEnvironmentPurposeOptions} />
</Grid>
<Grid xs={6}>
<ColorFieldElement name="colours.dark" title="Dark mode colour" size="small" />
<ColorFieldElement name="colours.dark" label="Dark mode colour" size="small" />
</Grid>
<Grid xs={6}>
<ColorFieldElement name="colours.light" title="Light mode colour" size="small" />
<ColorFieldElement name="colours.light" label="Light mode colour" size="small" />
</Grid>
<Grid xs={12}>
<TextFieldElement name="title" label="Title" fullWidth size="small" />
Expand Down

0 comments on commit 7f5cf4a

Please sign in to comment.