1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-08-18 13:48:58 +02:00

don't right-align

This commit is contained in:
Thomas Heartman 2025-07-03 12:46:40 +02:00
parent da20905e7c
commit 88bdb41eaa

View File

@ -11,12 +11,7 @@ interface IToggleStatusChange {
}
const StatusWillChange = () => (
<Typography
variant='body2'
component='span'
color='text.secondary'
sx={{ marginLeft: 'auto' }}
>
<Typography variant='body2' component='span' color='text.secondary'>
Feature status will change
</Typography>
);