Skip to content
Snippets Groups Projects
Commit a7aa2124 authored by Antoine Roy's avatar Antoine Roy
Browse files

fix-slider-horizontal-annotation-pannel

parent 1f3eeb26
No related branches found
No related tags found
2 merge requests!27fix-slider-horizontal-annotation-pannel,!10Draft: MigratingAnnotationCreation to MUI5.
Pipeline #1861 failed
......@@ -38,6 +38,9 @@ const StyledDivToggleButton = styled('div')(({ theme }) => ({
display: 'flex',
flexDirection: 'column',
}));
const ContainerSlider = styled('div')(({ theme }) => ({
padding: '10px',
}));
const StyledLabelSelector = styled('p')(({ theme }) => ({
fontSize: '15px',
......@@ -66,7 +69,7 @@ function AnnotationFormTime({
<Typography id="range-slider" variant="overline">
Target
</Typography>
<div>
<ContainerSlider>
<StyledSlider
size="small"
value={value}
......@@ -77,7 +80,7 @@ function AnnotationFormTime({
color="secondary"
windowid={windowid}
/>
</div>
</ContainerSlider>
</Grid>
<StyledDivFormTimeContainer>
<StyledDivTimeSelector>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment