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 = () => (
|
||||
<Typography
|
||||
variant='body2'
|
||||
component='span'
|
||||
color='text.secondary'
|
||||
sx={{ marginLeft: 'auto' }}
|
||||
>
|
||||
<Typography variant='body2' component='span' color='text.secondary'>
|
||||
Feature status will change
|
||||
</Typography>
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user