From af7b7875773bb0011f9f6eead10a0e3e9a04482e Mon Sep 17 00:00:00 2001 From: Antoine <antoine.roy@tetras-libre.fr> Date: Fri, 8 Dec 2023 14:38:07 +0100 Subject: [PATCH] changement de police de Time Range --- src/AnnotationCreation.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AnnotationCreation.js b/src/AnnotationCreation.js index 84e7fec..17a6571 100644 --- a/src/AnnotationCreation.js +++ b/src/AnnotationCreation.js @@ -393,7 +393,7 @@ class AnnotationCreation extends Component { { mediaIsVideo && ( <> <Grid item xs={12} className={classes.paper}> - <Typography id="range-slider" gutterBottom> + <Typography id="range-slider" variant="overline"> Time range </Typography> <Slider -- GitLab