From 6a1746c464eb484247974534fe2ed13470ad992c Mon Sep 17 00:00:00 2001 From: danilo leal Date: Wed, 9 Feb 2022 20:07:17 -0300 Subject: [PATCH] yarn docs:typescript:formatted --- .../material/components/selects/UnstyledSelectControlled.tsx | 2 +- docs/data/material/components/selects/UnstyledSelectSimple.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/data/material/components/selects/UnstyledSelectControlled.tsx b/docs/data/material/components/selects/UnstyledSelectControlled.tsx index eeb47c3e190f7a..40661033d06598 100644 --- a/docs/data/material/components/selects/UnstyledSelectControlled.tsx +++ b/docs/data/material/components/selects/UnstyledSelectControlled.tsx @@ -38,7 +38,7 @@ const StyledButton = styled('button')( background: ${theme.palette.mode === 'dark' ? grey[900] : '#fff'}; border: 1px solid ${theme.palette.mode === 'dark' ? grey[800] : grey[300]}; border-radius: 0.75em; - margin: 0.5em; + margin-top: 0.5em; padding: 10px; text-align: left; line-height: 1.5; diff --git a/docs/data/material/components/selects/UnstyledSelectSimple.tsx b/docs/data/material/components/selects/UnstyledSelectSimple.tsx index 5343c5d6ea114d..28cdc0baa39fa8 100644 --- a/docs/data/material/components/selects/UnstyledSelectSimple.tsx +++ b/docs/data/material/components/selects/UnstyledSelectSimple.tsx @@ -50,7 +50,7 @@ const StyledButton = styled('button')( } &.${selectUnstyledClasses.focusVisible} { - outline: 3px solid ${theme.palette.mode === 'dark' ? blue[400] : blue[100]}; + outline: 3px solid ${theme.palette.mode === 'dark' ? blue[600] : blue[100]}; } &.${selectUnstyledClasses.expanded} {