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:
parent
da20905e7c
commit
88bdb41eaa
@ -11,12 +11,7 @@ interface IToggleStatusChange {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const StatusWillChange = () => (
|
const StatusWillChange = () => (
|
||||||
<Typography
|
<Typography variant='body2' component='span' color='text.secondary'>
|
||||||
variant='body2'
|
|
||||||
component='span'
|
|
||||||
color='text.secondary'
|
|
||||||
sx={{ marginLeft: 'auto' }}
|
|
||||||
>
|
|
||||||
Feature status will change
|
Feature status will change
|
||||||
</Typography>
|
</Typography>
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user