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

Correctif mr

parent b3d0d0b4
No related branches found
No related tags found
1 merge request!13fix errors on create annotation pannel
Pipeline #1701 failed
mirador @ 39561392
Subproject commit fd236dcb8581ca647b90793e29578fbdd2709bc0 Subproject commit 3956139233904c4666e611a2b3aa09143cb67b57
...@@ -503,7 +503,6 @@ class AnnotationCreation extends Component { ...@@ -503,7 +503,6 @@ class AnnotationCreation extends Component {
aria-labelledby="range-slider" aria-labelledby="range-slider"
max={Math.round(this.state.mediaVideo.video.duration)} max={Math.round(this.state.mediaVideo.video.duration)}
color="secondary" color="secondary"
windowid={windowId}
sx={{ sx={{
color: 'rgba(1, 0, 0, 0.38)', color: 'rgba(1, 0, 0, 0.38)',
}} }}
...@@ -798,7 +797,7 @@ const StyledForm = styled('form')(({ theme }) => ({ ...@@ -798,7 +797,7 @@ const StyledForm = styled('form')(({ theme }) => ({
})); }));
const StyledToggleButtonGroup = styled(ToggleButtonGroup)(({ theme }) => ({ const StyledToggleButtonGroup = styled(ToggleButtonGroup)(({ theme }) => ({
'&:forst-of-type': { '&:first-of-type': {
borderRadius: theme.shape.borderRadius, borderRadius: theme.shape.borderRadius,
}, },
'&:not(:first-of-type)': { '&:not(:first-of-type)': {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment