diff --git a/pages/_document.tsx b/pages/_document.tsx index a05c9c1..6c85a23 100644 --- a/pages/_document.tsx +++ b/pages/_document.tsx @@ -39,7 +39,13 @@ export default class MyDocument extends Document { + + + + + +
diff --git a/pages/telemetria.tsx b/pages/telemetria.tsx index 7af51ad..e1a5801 100644 --- a/pages/telemetria.tsx +++ b/pages/telemetria.tsx @@ -34,10 +34,10 @@ export default function Telemetria() { value={age} onChange={handleChange} displayEmpty - inputProps={{ 'aria-label': 'Without label' }} + > - - teste + + Filial 3 Filial 3 Twenty @@ -52,10 +52,10 @@ export default function Telemetria() { value={age} onChange={handleChange} displayEmpty - inputProps={{ 'aria-label': 'Without label' }} - > + + > - 07/09/2021 + 07/09/2021 Filial 3 Twenty @@ -70,9 +70,9 @@ export default function Telemetria() { onChange={handleChange} displayEmpty inputProps={{ 'aria-label': 'Without label' }} - > + > - 07/09/2021 + 30/06/2000 Filial 3 Twenty @@ -89,7 +89,7 @@ export default function Telemetria() { inputProps={{ 'aria-label': 'Without label' }} > - 60 min + 60 min Filial 3 Twenty diff --git a/styles/layouts/Telemetria/TelemetriaView.ts b/styles/layouts/Telemetria/TelemetriaView.ts index 8a66626..adbc46d 100644 --- a/styles/layouts/Telemetria/TelemetriaView.ts +++ b/styles/layouts/Telemetria/TelemetriaView.ts @@ -21,6 +21,14 @@ export const TelemetriaView = styled.main` color: #667085; } + .titleMenuItem{ + color: #667085; + font-family: Inter; + font-size: 14px; + font-weight: 600; + + } + `;