File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
packages/app/src/app/pages/common/Modals/ShareModal2 Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ export const SectionHeader = styled.button<{ open?: Boolean }>(({ open }) =>
8484export const SectionBody = styled . div (
8585 css ( {
8686 paddingX : 4 ,
87- paddingTop : 2 ,
87+ paddingTop : 4 ,
8888 paddingBottom : 8 ,
8989 borderBottom : '1px solid' ,
9090 borderColor : 'grays.800' ,
@@ -145,7 +145,7 @@ export const Select = styled(Input).attrs({ as: 'select' })(
145145 backgroundImage : `url(${ caret } )` ,
146146 backgroundRepeat : 'no-repeat' ,
147147 backgroundPosition : '96% 50%' ,
148- height : 32 ,
148+ height : 24 ,
149149 } )
150150) as StyledComponent <
151151 'select' ,
@@ -186,9 +186,8 @@ export const Option = styled.label<{
186186 css ( {
187187 justifyContent : 'space-between' ,
188188 alignItems : 'center' ,
189- minHeight : 24 ,
189+ minHeight : 32 ,
190190 lineHeight : 1.6 ,
191- marginY : 2 ,
192191
193192 display : multiline ? 'block' : 'flex' ,
194193 input : {
You can’t perform that action at this time.
0 commit comments