Skip to content

Commit

Permalink
theme switch nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
vsubhuman committed Dec 1, 2024
1 parent f52a6ab commit 60a8af4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default class ThemeSettingsBlock extends Component<Props> {
py: false,
}}
>
{environment.isDev() && (
{(environment.isDev() || environment.isNightly()) && (
<Box sx={{ mt: '20px' }}>
<ThemeToggler intl={intl} />
</Box>
Expand Down

0 comments on commit 60a8af4

Please sign in to comment.